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