pub struct BareConduitRx<F: MsgFamily, LRx> { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl<F, LRx> Freeze for BareConduitRx<F, LRx>where
LRx: Freeze,
impl<F, LRx> RefUnwindSafe for BareConduitRx<F, LRx>where
LRx: RefUnwindSafe,
impl<F, LRx> Send for BareConduitRx<F, LRx>where
LRx: Send,
impl<F, LRx> Sync for BareConduitRx<F, LRx>where
LRx: Sync,
impl<F, LRx> Unpin for BareConduitRx<F, LRx>where
LRx: Unpin,
impl<F, LRx> UnsafeUnpin for BareConduitRx<F, LRx>where
LRx: UnsafeUnpin,
impl<F, LRx> UnwindSafe for BareConduitRx<F, LRx>where
LRx: UnwindSafe,
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