pub struct LockResponse {
pub lock: Lock,
}Fields§
§lock: LockTrait Implementations§
Source§impl Debug for LockResponse
impl Debug for LockResponse
Auto Trait Implementations§
impl Freeze for LockResponse
impl RefUnwindSafe for LockResponse
impl Send for LockResponse
impl Sync for LockResponse
impl Unpin for LockResponse
impl UnsafeUnpin for LockResponse
impl UnwindSafe for LockResponse
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