pub struct IdentityInteropQualificationMatrix {
pub schema: String,
pub profile_ref: IdentityArtifactReference,
pub directory_entry_ref: IdentityArtifactReference,
pub routing_manifest_ref: IdentityArtifactReference,
pub cases: Vec<IdentityInteropQualificationCase>,
}Fields§
§schema: String§profile_ref: IdentityArtifactReference§directory_entry_ref: IdentityArtifactReference§routing_manifest_ref: IdentityArtifactReference§cases: Vec<IdentityInteropQualificationCase>Trait Implementations§
Source§impl Clone for IdentityInteropQualificationMatrix
impl Clone for IdentityInteropQualificationMatrix
Source§fn clone(&self) -> IdentityInteropQualificationMatrix
fn clone(&self) -> IdentityInteropQualificationMatrix
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<'de> Deserialize<'de> for IdentityInteropQualificationMatrix
impl<'de> Deserialize<'de> for IdentityInteropQualificationMatrix
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 IdentityInteropQualificationMatrix
impl PartialEq for IdentityInteropQualificationMatrix
Source§fn eq(&self, other: &IdentityInteropQualificationMatrix) -> bool
fn eq(&self, other: &IdentityInteropQualificationMatrix) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for IdentityInteropQualificationMatrix
impl StructuralPartialEq for IdentityInteropQualificationMatrix
Auto Trait Implementations§
impl Freeze for IdentityInteropQualificationMatrix
impl RefUnwindSafe for IdentityInteropQualificationMatrix
impl Send for IdentityInteropQualificationMatrix
impl Sync for IdentityInteropQualificationMatrix
impl Unpin for IdentityInteropQualificationMatrix
impl UnsafeUnpin for IdentityInteropQualificationMatrix
impl UnwindSafe for IdentityInteropQualificationMatrix
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