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