pub(super) struct NextSendCapacity;
Trait Implementations§
source§impl Debug for NextSendCapacity
impl Debug for NextSendCapacity
Auto Trait Implementations§
impl Freeze for NextSendCapacity
impl RefUnwindSafe for NextSendCapacity
impl Send for NextSendCapacity
impl Sync for NextSendCapacity
impl Unpin for NextSendCapacity
impl UnwindSafe for NextSendCapacity
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more