pub struct ForkTreeMatch {
pub path: String,
pub inode: i64,
pub kind: String,
pub size: i64,
pub mtime: i64,
}Fields§
§path: String§inode: i64§kind: String§size: i64§mtime: i64Trait Implementations§
Source§impl Clone for ForkTreeMatch
impl Clone for ForkTreeMatch
Source§fn clone(&self) -> ForkTreeMatch
fn clone(&self) -> ForkTreeMatch
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 ForkTreeMatch
impl Debug for ForkTreeMatch
Source§impl<'de> Deserialize<'de> for ForkTreeMatch
impl<'de> Deserialize<'de> for ForkTreeMatch
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ForkTreeMatch
impl RefUnwindSafe for ForkTreeMatch
impl Send for ForkTreeMatch
impl Sync for ForkTreeMatch
impl Unpin for ForkTreeMatch
impl UnsafeUnpin for ForkTreeMatch
impl UnwindSafe for ForkTreeMatch
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