pub struct LockChain { /* private fields */ }Expand description
A FOR … locking clause under construction.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LockChain
impl RefUnwindSafe for LockChain
impl Send for LockChain
impl Sync for LockChain
impl Unpin for LockChain
impl UnsafeUnpin for LockChain
impl UnwindSafe for LockChain
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