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