struct Inner<T> {
sig: Notify,
map: Mutex<BTreeMap<(Slot, MsgId), T>>,
}Fields§
§sig: Notify§map: Mutex<BTreeMap<(Slot, MsgId), T>>Trait Implementations§
Auto Trait Implementations§
impl<T> !Freeze for Inner<T>
impl<T> !RefUnwindSafe for Inner<T>
impl<T> Send for Inner<T>where
T: Send,
impl<T> Sync for Inner<T>where
T: Send,
impl<T> Unpin for Inner<T>
impl<T> UnsafeUnpin for Inner<T>
impl<T> UnwindSafe for Inner<T>where
T: RefUnwindSafe,
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