pub struct ArchiveProps { /* private fields */ }
Expand description
This struct holds the values of the file-exclusive elements
It only has the implementation derived by the macros
Trait Implementations§
Source§impl Clone for ArchiveProps
impl Clone for ArchiveProps
Source§fn clone(&self) -> ArchiveProps
fn clone(&self) -> ArchiveProps
Returns a copy of the value. Read more
1.0.0 · 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 ArchiveProps
impl Debug for ArchiveProps
Source§impl Default for ArchiveProps
impl Default for ArchiveProps
Source§fn default() -> ArchiveProps
fn default() -> ArchiveProps
Returns the “default value” for a type. Read more
Source§impl Ord for ArchiveProps
impl Ord for ArchiveProps
Source§fn cmp(&self, other: &ArchiveProps) -> Ordering
fn cmp(&self, other: &ArchiveProps) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ArchiveProps
impl PartialEq for ArchiveProps
Source§impl PartialOrd for ArchiveProps
impl PartialOrd for ArchiveProps
impl Copy for ArchiveProps
impl Eq for ArchiveProps
impl StructuralPartialEq for ArchiveProps
Auto Trait Implementations§
impl Freeze for ArchiveProps
impl RefUnwindSafe for ArchiveProps
impl Send for ArchiveProps
impl Sync for ArchiveProps
impl Unpin for ArchiveProps
impl UnwindSafe for ArchiveProps
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