pub struct PatchScimV2UsersUserIdBody {
pub operations: Option<Vec<PatchScimV2UsersUserIdBodyOperationsItem>>,
pub schemas: Option<Vec<String>>,
}
Fields§
§operations: Option<Vec<PatchScimV2UsersUserIdBodyOperationsItem>>
Information about the user update operation.
schemas: Option<Vec<String>>
The SCIM schema resource URI.
Trait Implementations§
Source§impl Clone for PatchScimV2UsersUserIdBody
impl Clone for PatchScimV2UsersUserIdBody
Source§fn clone(&self) -> PatchScimV2UsersUserIdBody
fn clone(&self) -> PatchScimV2UsersUserIdBody
Returns a duplicate 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 PatchScimV2UsersUserIdBody
impl Debug for PatchScimV2UsersUserIdBody
Source§impl<'de> Deserialize<'de> for PatchScimV2UsersUserIdBody
impl<'de> Deserialize<'de> for PatchScimV2UsersUserIdBody
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
impl StructuralPartialEq for PatchScimV2UsersUserIdBody
Auto Trait Implementations§
impl Freeze for PatchScimV2UsersUserIdBody
impl RefUnwindSafe for PatchScimV2UsersUserIdBody
impl Send for PatchScimV2UsersUserIdBody
impl Sync for PatchScimV2UsersUserIdBody
impl Unpin for PatchScimV2UsersUserIdBody
impl UnwindSafe for PatchScimV2UsersUserIdBody
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