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