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