pub struct Unattributed {
pub path: String,
pub bytes: u64,
}Expand description
Bytes under the store root that no indexed image claims.
Fields§
§path: StringWhere it is, relative to the store root.
bytes: u64Its size in bytes.
Trait Implementations§
Source§impl Clone for Unattributed
impl Clone for Unattributed
Source§fn clone(&self) -> Unattributed
fn clone(&self) -> Unattributed
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 Unattributed
impl Debug for Unattributed
Auto Trait Implementations§
impl Freeze for Unattributed
impl RefUnwindSafe for Unattributed
impl Send for Unattributed
impl Sync for Unattributed
impl Unpin for Unattributed
impl UnsafeUnpin for Unattributed
impl UnwindSafe for Unattributed
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