pub struct TimeOrderedMailbox { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TimeOrderedMailbox
impl !RefUnwindSafe for TimeOrderedMailbox
impl !Send for TimeOrderedMailbox
impl !Sync for TimeOrderedMailbox
impl Unpin for TimeOrderedMailbox
impl !UnwindSafe for TimeOrderedMailbox
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