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