pub struct LockOwner {
pub pid: u32,
pub started_at: String,
pub command: String,
pub label: String,
}Expand description
Lock owner metadata parsed from the owner file.
Fields§
§pid: u32§started_at: String§command: String§label: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for LockOwner
impl RefUnwindSafe for LockOwner
impl Send for LockOwner
impl Sync for LockOwner
impl Unpin for LockOwner
impl UnsafeUnpin for LockOwner
impl UnwindSafe for LockOwner
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