Struct stripe::generated::payment::payment_method::CardPresent
source · pub struct CardPresent {}Trait Implementations§
source§impl Clone for CardPresent
impl Clone for CardPresent
source§fn clone(&self) -> CardPresent
fn clone(&self) -> CardPresent
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 CardPresent
impl Debug for CardPresent
source§impl Default for CardPresent
impl Default for CardPresent
source§fn default() -> CardPresent
fn default() -> CardPresent
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for CardPresent
impl<'de> Deserialize<'de> for CardPresent
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