pub struct PostScimV2UsersResponseMeta {
pub created: Option<String>,
pub last_modified: Option<String>,
pub resource_type: Option<MetaResourceType>,
}
Fields§
§created: Option<String>
The date and time at which the user was created.
last_modified: Option<String>
The date and time at which the user was last modified.
resource_type: Option<MetaResourceType>
The SCIM resource type.
Trait Implementations§
Source§impl Clone for PostScimV2UsersResponseMeta
impl Clone for PostScimV2UsersResponseMeta
Source§fn clone(&self) -> PostScimV2UsersResponseMeta
fn clone(&self) -> PostScimV2UsersResponseMeta
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 PostScimV2UsersResponseMeta
impl Debug for PostScimV2UsersResponseMeta
Source§impl<'de> Deserialize<'de> for PostScimV2UsersResponseMeta
impl<'de> Deserialize<'de> for PostScimV2UsersResponseMeta
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 PostScimV2UsersResponseMeta
Auto Trait Implementations§
impl Freeze for PostScimV2UsersResponseMeta
impl RefUnwindSafe for PostScimV2UsersResponseMeta
impl Send for PostScimV2UsersResponseMeta
impl Sync for PostScimV2UsersResponseMeta
impl Unpin for PostScimV2UsersResponseMeta
impl UnwindSafe for PostScimV2UsersResponseMeta
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