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