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