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