pub struct ForkEntryDetail {}Fields§
§inode: i64§path: String§name: String§kind: String§size: i64§mtime: i64§ctime: i64§generation: i64§owner: Option<String>§mode: Option<i32>§xattrs: Option<Value>§creator_id: Option<i64>§updater_id: Option<i64>Trait Implementations§
Source§impl Clone for ForkEntryDetail
impl Clone for ForkEntryDetail
Source§fn clone(&self) -> ForkEntryDetail
fn clone(&self) -> ForkEntryDetail
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 ForkEntryDetail
impl Debug for ForkEntryDetail
Source§impl<'de> Deserialize<'de> for ForkEntryDetail
impl<'de> Deserialize<'de> for ForkEntryDetail
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 ForkEntryDetail
impl RefUnwindSafe for ForkEntryDetail
impl Send for ForkEntryDetail
impl Sync for ForkEntryDetail
impl Unpin for ForkEntryDetail
impl UnsafeUnpin for ForkEntryDetail
impl UnwindSafe for ForkEntryDetail
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