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