pub enum LocationUniqueIdType {
Bing,
Private,
Directory,
LocationStore,
Unknown,
}
Variants§
Trait Implementations§
Source§impl Clone for LocationUniqueIdType
impl Clone for LocationUniqueIdType
Source§fn clone(&self) -> LocationUniqueIdType
fn clone(&self) -> LocationUniqueIdType
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 LocationUniqueIdType
impl Debug for LocationUniqueIdType
Source§impl<'de> Deserialize<'de> for LocationUniqueIdType
impl<'de> Deserialize<'de> for LocationUniqueIdType
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 Hash for LocationUniqueIdType
impl Hash for LocationUniqueIdType
Source§impl Ord for LocationUniqueIdType
impl Ord for LocationUniqueIdType
Source§fn cmp(&self, other: &LocationUniqueIdType) -> Ordering
fn cmp(&self, other: &LocationUniqueIdType) -> 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 LocationUniqueIdType
impl PartialEq for LocationUniqueIdType
Source§impl PartialOrd for LocationUniqueIdType
impl PartialOrd for LocationUniqueIdType
Source§impl Serialize for LocationUniqueIdType
impl Serialize for LocationUniqueIdType
impl Eq for LocationUniqueIdType
impl StructuralPartialEq for LocationUniqueIdType
Auto Trait Implementations§
impl Freeze for LocationUniqueIdType
impl RefUnwindSafe for LocationUniqueIdType
impl Send for LocationUniqueIdType
impl Sync for LocationUniqueIdType
impl Unpin for LocationUniqueIdType
impl UnwindSafe for LocationUniqueIdType
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