pub struct SelfLockItem {
pub dest_path: DestPath,
pub kind: ItemKind,
pub source_checksum: ContentHash,
}Expand description
_self item data provided by sync to force lock retention.
Fields§
§dest_path: DestPath§kind: ItemKind§source_checksum: ContentHashTrait Implementations§
Source§impl Clone for SelfLockItem
impl Clone for SelfLockItem
Source§fn clone(&self) -> SelfLockItem
fn clone(&self) -> SelfLockItem
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SelfLockItem
impl RefUnwindSafe for SelfLockItem
impl Send for SelfLockItem
impl Sync for SelfLockItem
impl Unpin for SelfLockItem
impl UnsafeUnpin for SelfLockItem
impl UnwindSafe for SelfLockItem
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