pub enum ArchiveDirective {
Archive,
NoArchive,
}Expand description
Archive directive.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ArchiveDirective
impl Clone for ArchiveDirective
Source§fn clone(&self) -> ArchiveDirective
fn clone(&self) -> ArchiveDirective
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 ArchiveDirective
impl Debug for ArchiveDirective
Source§impl Hash for ArchiveDirective
impl Hash for ArchiveDirective
Source§impl Ord for ArchiveDirective
impl Ord for ArchiveDirective
Source§fn cmp(&self, other: &ArchiveDirective) -> Ordering
fn cmp(&self, other: &ArchiveDirective) -> Ordering
1.21.0 (const: unstable) · 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 ArchiveDirective
impl PartialEq for ArchiveDirective
Source§fn eq(&self, other: &ArchiveDirective) -> bool
fn eq(&self, other: &ArchiveDirective) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§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