pub struct PutScimV2UsersUserIdBody {
pub name: Option<PutScimV2UsersUserIdBodyName>,
pub schemas: Option<Vec<String>>,
}
Fields§
§name: Option<PutScimV2UsersUserIdBodyName>
Information about the user’s name.
schemas: Option<Vec<String>>
The SCIM schema resource URI.
Trait Implementations§
Source§impl Clone for PutScimV2UsersUserIdBody
impl Clone for PutScimV2UsersUserIdBody
Source§fn clone(&self) -> PutScimV2UsersUserIdBody
fn clone(&self) -> PutScimV2UsersUserIdBody
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 PutScimV2UsersUserIdBody
impl Debug for PutScimV2UsersUserIdBody
Source§impl<'de> Deserialize<'de> for PutScimV2UsersUserIdBody
impl<'de> Deserialize<'de> for PutScimV2UsersUserIdBody
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 PartialEq for PutScimV2UsersUserIdBody
impl PartialEq for PutScimV2UsersUserIdBody
Source§impl Serialize for PutScimV2UsersUserIdBody
impl Serialize for PutScimV2UsersUserIdBody
impl StructuralPartialEq for PutScimV2UsersUserIdBody
Auto Trait Implementations§
impl Freeze for PutScimV2UsersUserIdBody
impl RefUnwindSafe for PutScimV2UsersUserIdBody
impl Send for PutScimV2UsersUserIdBody
impl Sync for PutScimV2UsersUserIdBody
impl Unpin for PutScimV2UsersUserIdBody
impl UnwindSafe for PutScimV2UsersUserIdBody
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