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