pub struct ScimUserMeta {
pub created: DateTime<Utc>,
pub last_modified: DateTime<Utc>,
pub location: Option<String>,
pub resource_type: String,
}Expand description
ScimUserMeta from the ClickHouse Cloud API.
Fields§
§created: DateTime<Utc>§last_modified: DateTime<Utc>§location: Option<String>§resource_type: StringTrait Implementations§
Source§impl Clone for ScimUserMeta
impl Clone for ScimUserMeta
Source§fn clone(&self) -> ScimUserMeta
fn clone(&self) -> ScimUserMeta
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ScimUserMeta
impl Debug for ScimUserMeta
Source§impl Default for ScimUserMeta
impl Default for ScimUserMeta
Source§fn default() -> ScimUserMeta
fn default() -> ScimUserMeta
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ScimUserMeta
impl<'de> Deserialize<'de> for ScimUserMeta
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 ScimUserMeta
impl PartialEq for ScimUserMeta
Source§fn eq(&self, other: &ScimUserMeta) -> bool
fn eq(&self, other: &ScimUserMeta) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ScimUserMeta
impl Serialize for ScimUserMeta
impl StructuralPartialEq for ScimUserMeta
Auto Trait Implementations§
impl Freeze for ScimUserMeta
impl RefUnwindSafe for ScimUserMeta
impl Send for ScimUserMeta
impl Sync for ScimUserMeta
impl Unpin for ScimUserMeta
impl UnsafeUnpin for ScimUserMeta
impl UnwindSafe for ScimUserMeta
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