pub struct SendAnyMap { /* private fields */ }
Expand description
A map of types that can be sent between threads
Implementations§
Trait Implementations§
Source§impl Debug for SendAnyMap
impl Debug for SendAnyMap
Auto Trait Implementations§
impl Freeze for SendAnyMap
impl !RefUnwindSafe for SendAnyMap
impl Send for SendAnyMap
impl Sync for SendAnyMap
impl Unpin for SendAnyMap
impl !UnwindSafe for SendAnyMap
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