Struct ramp_api::types::PatchRequest [−][src]
pub struct PatchRequest { pub department_id: String, pub direct_manager_id: String, pub location_id: String, pub role: Option<Role>, }
Fields
department_id: String
direct_manager_id: String
location_id: String
role: Option<Role>
Trait 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 PatchRequest
impl Send for PatchRequest
impl Sync for PatchRequest
impl Unpin for PatchRequest
impl UnwindSafe for PatchRequest
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more