pub enum KeySelectionNameVariant {
Info,
Log,
}
Variants§
Trait Implementations§
Source§impl Clone for KeySelectionNameVariant
impl Clone for KeySelectionNameVariant
Source§fn clone(&self) -> KeySelectionNameVariant
fn clone(&self) -> KeySelectionNameVariant
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 KeySelectionNameVariant
impl Debug for KeySelectionNameVariant
Source§impl<'de> Deserialize<'de> for KeySelectionNameVariant
impl<'de> Deserialize<'de> for KeySelectionNameVariant
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 Display for KeySelectionNameVariant
impl Display for KeySelectionNameVariant
Source§impl From<KeySelectionNameVariant> for KeySelectionName
impl From<KeySelectionNameVariant> for KeySelectionName
Source§fn from(value: KeySelectionNameVariant) -> Self
fn from(value: KeySelectionNameVariant) -> Self
Converts to this type from the input type.
Source§impl Hash for KeySelectionNameVariant
impl Hash for KeySelectionNameVariant
Source§impl PartialEq for KeySelectionNameVariant
impl PartialEq for KeySelectionNameVariant
impl Copy for KeySelectionNameVariant
impl Eq for KeySelectionNameVariant
impl StructuralPartialEq for KeySelectionNameVariant
Auto Trait Implementations§
impl Freeze for KeySelectionNameVariant
impl RefUnwindSafe for KeySelectionNameVariant
impl Send for KeySelectionNameVariant
impl Sync for KeySelectionNameVariant
impl Unpin for KeySelectionNameVariant
impl UnwindSafe for KeySelectionNameVariant
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