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