pub enum DiscoveryArchiveFileState {
Missing,
Present,
}Variants§
Trait Implementations§
Source§impl Clone for DiscoveryArchiveFileState
impl Clone for DiscoveryArchiveFileState
Source§fn clone(&self) -> DiscoveryArchiveFileState
fn clone(&self) -> DiscoveryArchiveFileState
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 moreimpl Copy for DiscoveryArchiveFileState
Source§impl Debug for DiscoveryArchiveFileState
impl Debug for DiscoveryArchiveFileState
impl Eq for DiscoveryArchiveFileState
impl StructuralPartialEq for DiscoveryArchiveFileState
Auto Trait Implementations§
impl Freeze for DiscoveryArchiveFileState
impl RefUnwindSafe for DiscoveryArchiveFileState
impl Send for DiscoveryArchiveFileState
impl Sync for DiscoveryArchiveFileState
impl Unpin for DiscoveryArchiveFileState
impl UnsafeUnpin for DiscoveryArchiveFileState
impl UnwindSafe for DiscoveryArchiveFileState
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