pub struct PatchIdentitiesBody {
pub identities: Option<Vec<IdentityPatch>>,
}Expand description
PatchIdentitiesBody : Patch Identities Body
Fields§
§identities: Option<Vec<IdentityPatch>>Identities holds the list of patches to apply required
Implementations§
source§impl PatchIdentitiesBody
impl PatchIdentitiesBody
sourcepub fn new() -> PatchIdentitiesBody
pub fn new() -> PatchIdentitiesBody
Patch Identities Body
Trait Implementations§
source§impl Clone for PatchIdentitiesBody
impl Clone for PatchIdentitiesBody
source§fn clone(&self) -> PatchIdentitiesBody
fn clone(&self) -> PatchIdentitiesBody
Returns a copy 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 Debug for PatchIdentitiesBody
impl Debug for PatchIdentitiesBody
source§impl Default for PatchIdentitiesBody
impl Default for PatchIdentitiesBody
source§impl<'de> Deserialize<'de> for PatchIdentitiesBody
impl<'de> Deserialize<'de> for PatchIdentitiesBody
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<PatchIdentitiesBody> for PatchIdentitiesBody
impl PartialEq<PatchIdentitiesBody> for PatchIdentitiesBody
source§fn eq(&self, other: &PatchIdentitiesBody) -> bool
fn eq(&self, other: &PatchIdentitiesBody) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for PatchIdentitiesBody
impl Serialize for PatchIdentitiesBody
impl StructuralPartialEq for PatchIdentitiesBody
Auto Trait Implementations§
impl RefUnwindSafe for PatchIdentitiesBody
impl Send for PatchIdentitiesBody
impl Sync for PatchIdentitiesBody
impl Unpin for PatchIdentitiesBody
impl UnwindSafe for PatchIdentitiesBody
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