pub enum PropertySelectionNameVariant {
Property,
Lookup,
Timestamp,
}
Variants§
Trait Implementations§
Source§impl Clone for PropertySelectionNameVariant
impl Clone for PropertySelectionNameVariant
Source§fn clone(&self) -> PropertySelectionNameVariant
fn clone(&self) -> PropertySelectionNameVariant
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 PropertySelectionNameVariant
impl Debug for PropertySelectionNameVariant
Source§impl<'de> Deserialize<'de> for PropertySelectionNameVariant
impl<'de> Deserialize<'de> for PropertySelectionNameVariant
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 From<PropertySelectionNameVariant> for PropertySelectionName
impl From<PropertySelectionNameVariant> for PropertySelectionName
Source§fn from(value: PropertySelectionNameVariant) -> Self
fn from(value: PropertySelectionNameVariant) -> Self
Converts to this type from the input type.
Source§impl Hash for PropertySelectionNameVariant
impl Hash for PropertySelectionNameVariant
Source§impl PartialEq for PropertySelectionNameVariant
impl PartialEq for PropertySelectionNameVariant
Source§fn eq(&self, other: &PropertySelectionNameVariant) -> bool
fn eq(&self, other: &PropertySelectionNameVariant) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for PropertySelectionNameVariant
impl Eq for PropertySelectionNameVariant
impl StructuralPartialEq for PropertySelectionNameVariant
Auto Trait Implementations§
impl Freeze for PropertySelectionNameVariant
impl RefUnwindSafe for PropertySelectionNameVariant
impl Send for PropertySelectionNameVariant
impl Sync for PropertySelectionNameVariant
impl Unpin for PropertySelectionNameVariant
impl UnwindSafe for PropertySelectionNameVariant
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