pub enum KeyFileType {
Binary,
Hex,
Xml,
}
Expand description
The type of the key file.
Variants§
Trait Implementations§
Source§impl Clone for KeyFileType
impl Clone for KeyFileType
Source§fn clone(&self) -> KeyFileType
fn clone(&self) -> KeyFileType
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 moreSource§impl Debug for KeyFileType
impl Debug for KeyFileType
Source§impl Ord for KeyFileType
impl Ord for KeyFileType
Source§fn cmp(&self, other: &KeyFileType) -> Ordering
fn cmp(&self, other: &KeyFileType) -> 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
Source§impl PartialEq for KeyFileType
impl PartialEq for KeyFileType
Source§impl PartialOrd for KeyFileType
impl PartialOrd for KeyFileType
impl Eq for KeyFileType
impl StructuralPartialEq for KeyFileType
Auto Trait Implementations§
impl Freeze for KeyFileType
impl RefUnwindSafe for KeyFileType
impl Send for KeyFileType
impl Sync for KeyFileType
impl Unpin for KeyFileType
impl UnwindSafe for KeyFileType
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