pub struct ClaimAlignmentReport {
pub secom_supports: Vec<String>,
pub secom_does_not_support: Vec<String>,
pub phm2018_supports: Vec<String>,
pub claims_not_made: Vec<String>,
}Fields§
§secom_supports: Vec<String>§secom_does_not_support: Vec<String>§phm2018_supports: Vec<String>§claims_not_made: Vec<String>Trait Implementations§
Source§impl Clone for ClaimAlignmentReport
impl Clone for ClaimAlignmentReport
Source§fn clone(&self) -> ClaimAlignmentReport
fn clone(&self) -> ClaimAlignmentReport
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 ClaimAlignmentReport
impl Debug for ClaimAlignmentReport
Auto Trait Implementations§
impl Freeze for ClaimAlignmentReport
impl RefUnwindSafe for ClaimAlignmentReport
impl Send for ClaimAlignmentReport
impl Sync for ClaimAlignmentReport
impl Unpin for ClaimAlignmentReport
impl UnsafeUnpin for ClaimAlignmentReport
impl UnwindSafe for ClaimAlignmentReport
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