Struct stripe::model::AppsSecret
source · pub struct AppsSecret {
pub created: i64,
pub deleted: Option<bool>,
pub expires_at: Option<i64>,
pub id: String,
pub livemode: bool,
pub name: String,
pub object: String,
pub payload: Option<String>,
pub scope: SecretServiceResourceScope,
}Fields§
§created: i64§deleted: Option<bool>§expires_at: Option<i64>§id: String§livemode: bool§name: String§object: String§payload: Option<String>§scope: SecretServiceResourceScopeTrait Implementations§
source§impl Clone for AppsSecret
impl Clone for AppsSecret
source§fn clone(&self) -> AppsSecret
fn clone(&self) -> AppsSecret
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 AppsSecret
impl Debug for AppsSecret
source§impl<'de> Deserialize<'de> for AppsSecret
impl<'de> Deserialize<'de> for AppsSecret
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 AppsSecret
impl Display for AppsSecret
Auto Trait Implementations§
impl RefUnwindSafe for AppsSecret
impl Send for AppsSecret
impl Sync for AppsSecret
impl Unpin for AppsSecret
impl UnwindSafe for AppsSecret
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