pub struct WaitMapRaw<K: Ord, T>(/* private fields */);Implementations§
Auto Trait Implementations§
impl<K, T> Freeze for WaitMapRaw<K, T>
impl<K, T> !RefUnwindSafe for WaitMapRaw<K, T>
impl<K, T> Send for WaitMapRaw<K, T>
impl<K, T> Sync for WaitMapRaw<K, T>
impl<K, T> Unpin for WaitMapRaw<K, T>
impl<K, T> !UnwindSafe for WaitMapRaw<K, T>
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