Struct ramp_api::VirtualCard [−][src]
pub struct VirtualCard {
pub display_name: String,
pub user_id: String,
pub spending_restrictions: SpendingRestrictions,
}Fields
display_name: Stringuser_id: Stringspending_restrictions: SpendingRestrictionsTrait Implementations
Returns the “default value” for a type. Read more
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
Auto Trait Implementations
impl RefUnwindSafe for VirtualCardimpl Send for VirtualCardimpl Sync for VirtualCardimpl Unpin for VirtualCardimpl UnwindSafe for VirtualCardBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more