pub struct PatchScimV2UsersUserIdBodyOperationsItem {
pub op: Option<FluffyOp>,
pub value: Option<PatchScimV2UsersUserIdBodyOperationsItemValue>,
}
Fields§
§op: Option<FluffyOp>
The operation to perform.
value: Option<PatchScimV2UsersUserIdBodyOperationsItemValue>
The performed operation’s value.
Trait Implementations§
Source§impl Clone for PatchScimV2UsersUserIdBodyOperationsItem
impl Clone for PatchScimV2UsersUserIdBodyOperationsItem
Source§fn clone(&self) -> PatchScimV2UsersUserIdBodyOperationsItem
fn clone(&self) -> PatchScimV2UsersUserIdBodyOperationsItem
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<'de> Deserialize<'de> for PatchScimV2UsersUserIdBodyOperationsItem
impl<'de> Deserialize<'de> for PatchScimV2UsersUserIdBodyOperationsItem
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 PatchScimV2UsersUserIdBodyOperationsItem
impl PartialEq for PatchScimV2UsersUserIdBodyOperationsItem
Source§fn eq(&self, other: &PatchScimV2UsersUserIdBodyOperationsItem) -> bool
fn eq(&self, other: &PatchScimV2UsersUserIdBodyOperationsItem) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for PatchScimV2UsersUserIdBodyOperationsItem
Auto Trait Implementations§
impl Freeze for PatchScimV2UsersUserIdBodyOperationsItem
impl RefUnwindSafe for PatchScimV2UsersUserIdBodyOperationsItem
impl Send for PatchScimV2UsersUserIdBodyOperationsItem
impl Sync for PatchScimV2UsersUserIdBodyOperationsItem
impl Unpin for PatchScimV2UsersUserIdBodyOperationsItem
impl UnwindSafe for PatchScimV2UsersUserIdBodyOperationsItem
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