pub enum ManifestEntryKind {
File,
Directory,
}Variants§
Trait Implementations§
Source§impl Clone for ManifestEntryKind
impl Clone for ManifestEntryKind
Source§fn clone(&self) -> ManifestEntryKind
fn clone(&self) -> ManifestEntryKind
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 ManifestEntryKind
impl Debug for ManifestEntryKind
Source§impl<'de> Deserialize<'de> for ManifestEntryKind
impl<'de> Deserialize<'de> for ManifestEntryKind
Source§fn 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
Source§impl PartialEq for ManifestEntryKind
impl PartialEq for ManifestEntryKind
Source§fn eq(&self, other: &ManifestEntryKind) -> bool
fn eq(&self, other: &ManifestEntryKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ManifestEntryKind
impl Serialize for ManifestEntryKind
impl Copy for ManifestEntryKind
impl Eq for ManifestEntryKind
impl StructuralPartialEq for ManifestEntryKind
Auto Trait Implementations§
impl Freeze for ManifestEntryKind
impl RefUnwindSafe for ManifestEntryKind
impl Send for ManifestEntryKind
impl Sync for ManifestEntryKind
impl Unpin for ManifestEntryKind
impl UnsafeUnpin for ManifestEntryKind
impl UnwindSafe for ManifestEntryKind
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