pub struct IndexedFile {
pub path: String,
pub bytes: u64,
}Fields§
§path: String§bytes: u64Trait Implementations§
Source§impl Clone for IndexedFile
impl Clone for IndexedFile
Source§fn clone(&self) -> IndexedFile
fn clone(&self) -> IndexedFile
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 IndexedFile
impl Debug for IndexedFile
Auto Trait Implementations§
impl Freeze for IndexedFile
impl RefUnwindSafe for IndexedFile
impl Send for IndexedFile
impl Sync for IndexedFile
impl Unpin for IndexedFile
impl UnsafeUnpin for IndexedFile
impl UnwindSafe for IndexedFile
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