pub struct PaymentMethodId(pub Uuid);
Expand description
Local payment method ID
Tuple Fields§
§0: Uuid
Implementations§
Trait Implementations§
Source§impl Clone for PaymentMethodId
impl Clone for PaymentMethodId
Source§fn clone(&self) -> PaymentMethodId
fn clone(&self) -> PaymentMethodId
Returns a copy 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 PaymentMethodId
impl Debug for PaymentMethodId
Source§impl<'de> Deserialize<'de> for PaymentMethodId
impl<'de> Deserialize<'de> for PaymentMethodId
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 PaymentMethodId
impl Display for PaymentMethodId
Source§impl From<PaymentMethodId> for Uuid
impl From<PaymentMethodId> for Uuid
Source§fn from(t: PaymentMethodId) -> Self
fn from(t: PaymentMethodId) -> Self
Converts to this type from the input type.
Source§impl FromStr for PaymentMethodId
impl FromStr for PaymentMethodId
Source§impl Hash for PaymentMethodId
impl Hash for PaymentMethodId
Source§impl PartialEq for PaymentMethodId
impl PartialEq for PaymentMethodId
Source§impl PathPart for PaymentMethodId
impl PathPart for PaymentMethodId
Source§fn get_path_string(&self) -> String
fn get_path_string(&self) -> String
string value to replace placeholder with
Source§impl Serialize for PaymentMethodId
impl Serialize for PaymentMethodId
impl Copy for PaymentMethodId
impl Eq for PaymentMethodId
impl StructuralPartialEq for PaymentMethodId
Auto Trait Implementations§
impl Freeze for PaymentMethodId
impl RefUnwindSafe for PaymentMethodId
impl Send for PaymentMethodId
impl Sync for PaymentMethodId
impl Unpin for PaymentMethodId
impl UnwindSafe for PaymentMethodId
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