Struct stripe::model::EphemeralKey
source · pub struct EphemeralKey {
pub created: i64,
pub expires: i64,
pub id: String,
pub livemode: bool,
pub object: String,
pub secret: Option<String>,
}Fields§
§created: i64§expires: i64§id: String§livemode: bool§object: String§secret: Option<String>Trait Implementations§
source§impl Clone for EphemeralKey
impl Clone for EphemeralKey
source§fn clone(&self) -> EphemeralKey
fn clone(&self) -> EphemeralKey
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 EphemeralKey
impl Debug for EphemeralKey
source§impl Default for EphemeralKey
impl Default for EphemeralKey
source§fn default() -> EphemeralKey
fn default() -> EphemeralKey
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for EphemeralKey
impl<'de> Deserialize<'de> for EphemeralKey
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 EphemeralKey
impl Display for EphemeralKey
Auto Trait Implementations§
impl RefUnwindSafe for EphemeralKey
impl Send for EphemeralKey
impl Sync for EphemeralKey
impl Unpin for EphemeralKey
impl UnwindSafe for EphemeralKey
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