pub struct WithPins {}
Expand description
Type state used to represent a channel is using regular pins
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WithPins
impl RefUnwindSafe for WithPins
impl Send for WithPins
impl Sync for WithPins
impl Unpin for WithPins
impl UnwindSafe for WithPins
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