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