Struct ramp_api::types::User [−][src]
pub struct User { pub amount_limit: String, pub business_id: String, pub department_id: String, pub email: String, pub first_name: String, pub id: String, pub last_name: String, pub location_id: String, pub manager_id: String, pub phone: String, pub role: Role, }
Expand description
Ramp User
Fields
amount_limit: String
business_id: String
Ramp User
department_id: String
Ramp User
email: String
first_name: String
id: String
last_name: String
location_id: String
Ramp User
manager_id: String
Ramp User
phone: String
role: Role
Trait Implementations
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 User
impl UnwindSafe for User
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more