pub struct LockConflictDetail {
pub path: String,
pub lock_type: i32,
}Fields§
§path: String§lock_type: i32Trait Implementations§
Source§impl Clone for LockConflictDetail
impl Clone for LockConflictDetail
Source§fn clone(&self) -> LockConflictDetail
fn clone(&self) -> LockConflictDetail
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LockConflictDetail
impl Debug for LockConflictDetail
Source§impl<'de> Deserialize<'de> for LockConflictDetail
impl<'de> Deserialize<'de> for LockConflictDetail
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for LockConflictDetail
impl RefUnwindSafe for LockConflictDetail
impl Send for LockConflictDetail
impl Sync for LockConflictDetail
impl Unpin for LockConflictDetail
impl UnsafeUnpin for LockConflictDetail
impl UnwindSafe for LockConflictDetail
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