pub struct OutboxLock { /* private fields */ }Expand description
Holds the store’s writer lock for as long as it lives.
Auto Trait Implementations§
impl Freeze for OutboxLock
impl RefUnwindSafe for OutboxLock
impl Send for OutboxLock
impl Sync for OutboxLock
impl Unpin for OutboxLock
impl UnsafeUnpin for OutboxLock
impl UnwindSafe for OutboxLock
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