pub struct ConsumeMutexLock { /* private fields */ }
Expand description
Builder for the ConsumeMutexLock
operation.
Implementations§
Trait Implementations§
Source§impl Debug for ConsumeMutexLock
impl Debug for ConsumeMutexLock
Source§impl Default for ConsumeMutexLock
impl Default for ConsumeMutexLock
Source§fn default() -> ConsumeMutexLock
fn default() -> ConsumeMutexLock
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ConsumeMutexLock
impl RefUnwindSafe for ConsumeMutexLock
impl Send for ConsumeMutexLock
impl Sync for ConsumeMutexLock
impl Unpin for ConsumeMutexLock
impl UnwindSafe for ConsumeMutexLock
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