pub struct EffectiveEntry {
pub path: String,
pub source: EffectiveSource,
pub exists_on_disk: bool,
pub size_bytes: u64,
pub included: bool,
}Fields§
§path: String§source: EffectiveSource§exists_on_disk: bool§size_bytes: u64§included: boolTrait Implementations§
Source§impl Clone for EffectiveEntry
impl Clone for EffectiveEntry
Source§fn clone(&self) -> EffectiveEntry
fn clone(&self) -> EffectiveEntry
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 moreSource§impl Debug for EffectiveEntry
impl Debug for EffectiveEntry
Auto Trait Implementations§
impl Freeze for EffectiveEntry
impl RefUnwindSafe for EffectiveEntry
impl Send for EffectiveEntry
impl Sync for EffectiveEntry
impl Unpin for EffectiveEntry
impl UnsafeUnpin for EffectiveEntry
impl UnwindSafe for EffectiveEntry
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