pub struct AdvisoryLock;
Trait Implementations§
Source§impl Method for AdvisoryLock
impl Method for AdvisoryLock
Source§type Request = WireAdvisoryLockingAdvisoryLockRequest
type Request = WireAdvisoryLockingAdvisoryLockRequest
The request payload for the method.
Auto Trait Implementations§
impl Freeze for AdvisoryLock
impl RefUnwindSafe for AdvisoryLock
impl Send for AdvisoryLock
impl Sync for AdvisoryLock
impl Unpin for AdvisoryLock
impl UnwindSafe for AdvisoryLock
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