pub struct CacheInfoEntry {
pub mode: u32,
pub oid: ObjectId,
pub path: Vec<u8>,
pub stage: u16,
}Fields§
§mode: u32§oid: ObjectId§path: Vec<u8>§stage: u16Trait Implementations§
Source§impl Clone for CacheInfoEntry
impl Clone for CacheInfoEntry
Source§fn clone(&self) -> CacheInfoEntry
fn clone(&self) -> CacheInfoEntry
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 CacheInfoEntry
impl Debug for CacheInfoEntry
impl Eq for CacheInfoEntry
Source§impl PartialEq for CacheInfoEntry
impl PartialEq for CacheInfoEntry
Source§fn eq(&self, other: &CacheInfoEntry) -> bool
fn eq(&self, other: &CacheInfoEntry) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CacheInfoEntry
Auto Trait Implementations§
impl Freeze for CacheInfoEntry
impl RefUnwindSafe for CacheInfoEntry
impl Send for CacheInfoEntry
impl Sync for CacheInfoEntry
impl Unpin for CacheInfoEntry
impl UnsafeUnpin for CacheInfoEntry
impl UnwindSafe for CacheInfoEntry
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