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