pub struct StoreFrontId(pub String);Expand description
Identifier referencing a storefront.
Tuple Fields§
§0: StringImplementations§
Trait Implementations§
Source§impl AsRef<str> for StoreFrontId
impl AsRef<str> for StoreFrontId
Source§impl Clone for StoreFrontId
impl Clone for StoreFrontId
Source§fn clone(&self) -> StoreFrontId
fn clone(&self) -> StoreFrontId
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 StoreFrontId
impl Debug for StoreFrontId
Source§impl<'de> Deserialize<'de> for StoreFrontId
impl<'de> Deserialize<'de> for StoreFrontId
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 StoreFrontId
impl Display for StoreFrontId
Source§impl From<StoreFrontId> for String
impl From<StoreFrontId> for String
Source§fn from(value: StoreFrontId) -> Self
fn from(value: StoreFrontId) -> Self
Converts to this type from the input type.
Source§impl FromStr for StoreFrontId
impl FromStr for StoreFrontId
Source§impl Hash for StoreFrontId
impl Hash for StoreFrontId
Source§impl Ord for StoreFrontId
impl Ord for StoreFrontId
Source§fn cmp(&self, other: &StoreFrontId) -> Ordering
fn cmp(&self, other: &StoreFrontId) -> 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 StoreFrontId
impl PartialEq for StoreFrontId
Source§impl PartialOrd for StoreFrontId
impl PartialOrd for StoreFrontId
Source§impl Serialize for StoreFrontId
impl Serialize for StoreFrontId
Source§impl TryFrom<&str> for StoreFrontId
impl TryFrom<&str> for StoreFrontId
Source§impl TryFrom<String> for StoreFrontId
impl TryFrom<String> for StoreFrontId
impl Eq for StoreFrontId
impl StructuralPartialEq for StoreFrontId
Auto Trait Implementations§
impl Freeze for StoreFrontId
impl RefUnwindSafe for StoreFrontId
impl Send for StoreFrontId
impl Sync for StoreFrontId
impl Unpin for StoreFrontId
impl UnwindSafe for StoreFrontId
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> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
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.