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