pub struct SenderSubID;Expand description
SenderSubID (50).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SenderSubID
impl RefUnwindSafe for SenderSubID
impl Send for SenderSubID
impl Sync for SenderSubID
impl Unpin for SenderSubID
impl UnsafeUnpin for SenderSubID
impl UnwindSafe for SenderSubID
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