pub struct AppliedExternalIdentificationAssignment {
pub assigned_id: String,
pub role: IdentificationRoleRef,
pub source: ExternalSourceRef,
pub items: Vec<ExternalIdentificationItemRef>,
}Fields§
§assigned_id: String§role: IdentificationRoleRef§source: ExternalSourceRef§items: Vec<ExternalIdentificationItemRef>Trait Implementations§
Source§impl Clone for AppliedExternalIdentificationAssignment
impl Clone for AppliedExternalIdentificationAssignment
Source§fn clone(&self) -> AppliedExternalIdentificationAssignment
fn clone(&self) -> AppliedExternalIdentificationAssignment
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 PartialEq for AppliedExternalIdentificationAssignment
impl PartialEq for AppliedExternalIdentificationAssignment
Source§fn eq(&self, other: &AppliedExternalIdentificationAssignment) -> bool
fn eq(&self, other: &AppliedExternalIdentificationAssignment) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AppliedExternalIdentificationAssignment
Auto Trait Implementations§
impl Freeze for AppliedExternalIdentificationAssignment
impl RefUnwindSafe for AppliedExternalIdentificationAssignment
impl Send for AppliedExternalIdentificationAssignment
impl Sync for AppliedExternalIdentificationAssignment
impl Unpin for AppliedExternalIdentificationAssignment
impl UnsafeUnpin for AppliedExternalIdentificationAssignment
impl UnwindSafe for AppliedExternalIdentificationAssignment
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