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 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 Debug for PatchIdentitiesBody
impl Debug for PatchIdentitiesBody
Source§impl Default for PatchIdentitiesBody
impl Default for PatchIdentitiesBody
Source§fn default() -> PatchIdentitiesBody
fn default() -> PatchIdentitiesBody
Returns the “default value” for a type. Read more
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 for PatchIdentitiesBody
impl PartialEq for PatchIdentitiesBody
Source§impl Serialize for PatchIdentitiesBody
impl Serialize for PatchIdentitiesBody
impl StructuralPartialEq for PatchIdentitiesBody
Auto Trait Implementations§
impl Freeze for PatchIdentitiesBody
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