pub struct ChannelReceivedKindSlot;Trait Implementations§
Auto Trait Implementations§
impl Freeze for ChannelReceivedKindSlot
impl RefUnwindSafe for ChannelReceivedKindSlot
impl Send for ChannelReceivedKindSlot
impl Sync for ChannelReceivedKindSlot
impl Unpin for ChannelReceivedKindSlot
impl UnsafeUnpin for ChannelReceivedKindSlot
impl UnwindSafe for ChannelReceivedKindSlot
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