#[repr(usize)]pub enum RootFilesystemEntryEncoding {
Utf8 = 0,
Base64 = 1,
}Variants§
Trait Implementations§
Source§impl Clone for RootFilesystemEntryEncoding
impl Clone for RootFilesystemEntryEncoding
Source§fn clone(&self) -> RootFilesystemEntryEncoding
fn clone(&self) -> RootFilesystemEntryEncoding
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 RootFilesystemEntryEncoding
impl Debug for RootFilesystemEntryEncoding
Source§impl<'de> Deserialize<'de> for RootFilesystemEntryEncoding
impl<'de> Deserialize<'de> for RootFilesystemEntryEncoding
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
impl Eq for RootFilesystemEntryEncoding
Source§impl Hash for RootFilesystemEntryEncoding
impl Hash for RootFilesystemEntryEncoding
Source§impl PartialEq for RootFilesystemEntryEncoding
impl PartialEq for RootFilesystemEntryEncoding
Source§fn eq(&self, other: &RootFilesystemEntryEncoding) -> bool
fn eq(&self, other: &RootFilesystemEntryEncoding) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for RootFilesystemEntryEncoding
impl PartialOrd for RootFilesystemEntryEncoding
impl StructuralPartialEq for RootFilesystemEntryEncoding
Auto Trait Implementations§
impl Freeze for RootFilesystemEntryEncoding
impl RefUnwindSafe for RootFilesystemEntryEncoding
impl Send for RootFilesystemEntryEncoding
impl Sync for RootFilesystemEntryEncoding
impl Unpin for RootFilesystemEntryEncoding
impl UnsafeUnpin for RootFilesystemEntryEncoding
impl UnwindSafe for RootFilesystemEntryEncoding
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