pub struct CustomerId(/* private fields */);
Expand description
Stripe customer ID
Trait Implementations§
Source§impl Clone for CustomerId
impl Clone for CustomerId
Source§fn clone(&self) -> CustomerId
fn clone(&self) -> CustomerId
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 CustomerId
impl Debug for CustomerId
Source§impl<'de> Deserialize<'de> for CustomerId
impl<'de> Deserialize<'de> for CustomerId
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 CustomerId
impl Display for CustomerId
Auto Trait Implementations§
impl Freeze for CustomerId
impl RefUnwindSafe for CustomerId
impl Send for CustomerId
impl Sync for CustomerId
impl Unpin for CustomerId
impl UnwindSafe for CustomerId
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