pub enum ImportExportKey {
Main,
Pattern(String),
CustomCondition(String),
}Variants§
Trait Implementations§
Source§impl Clone for ImportExportKey
impl Clone for ImportExportKey
Source§fn clone(&self) -> ImportExportKey
fn clone(&self) -> ImportExportKey
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 ImportExportKey
impl Debug for ImportExportKey
Source§impl<'de> Deserialize<'de> for ImportExportKey
impl<'de> Deserialize<'de> for ImportExportKey
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 ImportExportKey
impl Display for ImportExportKey
Source§impl From<&str> for ImportExportKey
impl From<&str> for ImportExportKey
Source§impl From<ImportExportKey> for String
impl From<ImportExportKey> for String
Source§fn from(value: ImportExportKey) -> String
fn from(value: ImportExportKey) -> String
Converts to this type from the input type.
Source§impl From<String> for ImportExportKey
impl From<String> for ImportExportKey
Source§impl Hash for ImportExportKey
impl Hash for ImportExportKey
Source§impl PartialEq for ImportExportKey
impl PartialEq for ImportExportKey
impl Eq for ImportExportKey
impl StructuralPartialEq for ImportExportKey
Auto Trait Implementations§
impl Freeze for ImportExportKey
impl RefUnwindSafe for ImportExportKey
impl Send for ImportExportKey
impl Sync for ImportExportKey
impl Unpin for ImportExportKey
impl UnwindSafe for ImportExportKey
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.