pub struct LockClaim {
pub instance: String,
pub operation: String,
/* private fields */
}Fields§
§instance: String§operation: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for LockClaim
impl RefUnwindSafe for LockClaim
impl Send for LockClaim
impl Sync for LockClaim
impl Unpin for LockClaim
impl UnsafeUnpin for LockClaim
impl UnwindSafe for LockClaim
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