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