pub struct PostScimV2GroupsResponseMeta {
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 PostScimV2GroupsResponseMeta
impl Clone for PostScimV2GroupsResponseMeta
Source§fn clone(&self) -> PostScimV2GroupsResponseMeta
fn clone(&self) -> PostScimV2GroupsResponseMeta
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 PostScimV2GroupsResponseMeta
impl Debug for PostScimV2GroupsResponseMeta
Source§impl<'de> Deserialize<'de> for PostScimV2GroupsResponseMeta
impl<'de> Deserialize<'de> for PostScimV2GroupsResponseMeta
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 PostScimV2GroupsResponseMeta
impl PartialEq for PostScimV2GroupsResponseMeta
Source§fn eq(&self, other: &PostScimV2GroupsResponseMeta) -> bool
fn eq(&self, other: &PostScimV2GroupsResponseMeta) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for PostScimV2GroupsResponseMeta
Auto Trait Implementations§
impl Freeze for PostScimV2GroupsResponseMeta
impl RefUnwindSafe for PostScimV2GroupsResponseMeta
impl Send for PostScimV2GroupsResponseMeta
impl Sync for PostScimV2GroupsResponseMeta
impl Unpin for PostScimV2GroupsResponseMeta
impl UnwindSafe for PostScimV2GroupsResponseMeta
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