Struct hdrepresentation::FileObject
source · Fields
rel_path: Stringftype: FileTypexattrs: Vec<Xattr>Implementations
Trait Implementations
sourceimpl Clone for FileObject
impl Clone for FileObject
sourcefn clone(&self) -> FileObject
fn clone(&self) -> FileObject
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for FileObject
impl Debug for FileObject
sourceimpl<'de> Deserialize<'de> for FileObject
impl<'de> Deserialize<'de> for FileObject
sourcefn 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
sourceimpl Display for FileObject
impl Display for FileObject
sourceimpl Hash for FileObject
impl Hash for FileObject
sourceimpl PartialEq<FileObject> for FileObject
impl PartialEq<FileObject> for FileObject
sourcefn eq(&self, other: &FileObject) -> bool
fn eq(&self, other: &FileObject) -> bool
sourceimpl Serialize for FileObject
impl Serialize for FileObject
impl Eq for FileObject
impl StructuralEq for FileObject
impl StructuralPartialEq for FileObject
Auto Trait Implementations
impl RefUnwindSafe for FileObject
impl Send for FileObject
impl Sync for FileObject
impl Unpin for FileObject
impl UnwindSafe for FileObject
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more