Enum ArchiveDirective
pub enum ArchiveDirective {
Archive,
NoArchive,
}Expand description
Archive directive.
Variants§
Implementations§
§impl ArchiveDirective
impl ArchiveDirective
Trait Implementations§
§impl Clone for ArchiveDirective
impl Clone for ArchiveDirective
§fn clone(&self) -> ArchiveDirective
fn clone(&self) -> ArchiveDirective
Returns a duplicate 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 more§impl Debug for ArchiveDirective
impl Debug for ArchiveDirective
§impl Hash for ArchiveDirective
impl Hash for ArchiveDirective
§impl Ord for ArchiveDirective
impl Ord for ArchiveDirective
§fn cmp(&self, other: &ArchiveDirective) -> Ordering
fn cmp(&self, other: &ArchiveDirective) -> 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
§impl PartialEq for ArchiveDirective
impl PartialEq for ArchiveDirective
§impl PartialOrd for ArchiveDirective
impl PartialOrd for ArchiveDirective
impl Copy for ArchiveDirective
impl Eq for ArchiveDirective
impl StructuralPartialEq for ArchiveDirective
Auto Trait Implementations§
impl Freeze for ArchiveDirective
impl RefUnwindSafe for ArchiveDirective
impl Send for ArchiveDirective
impl Sync for ArchiveDirective
impl Unpin for ArchiveDirective
impl UnsafeUnpin for ArchiveDirective
impl UnwindSafe for ArchiveDirective
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