pub struct PathEntry {
pub path: String,
pub kind: String,
pub size_bytes: u64,
pub lines: Option<u64>,
pub modified_at: String,
}Fields§
§path: String§kind: String§size_bytes: u64§lines: Option<u64>§modified_at: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for PathEntry
impl RefUnwindSafe for PathEntry
impl Send for PathEntry
impl Sync for PathEntry
impl Unpin for PathEntry
impl UnsafeUnpin for PathEntry
impl UnwindSafe for PathEntry
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