pub struct DisputeEnhancedEvidence {
pub visa_compelling_evidence_3: Option<DisputeEnhancedEvidenceVisaCompellingEvidence3>,
pub visa_compliance: Option<DisputeEnhancedEvidenceVisaCompliance>,
}
Fields§
§visa_compelling_evidence_3: Option<DisputeEnhancedEvidenceVisaCompellingEvidence3>
§visa_compliance: Option<DisputeEnhancedEvidenceVisaCompliance>
Trait Implementations§
Source§impl Clone for DisputeEnhancedEvidence
impl Clone for DisputeEnhancedEvidence
Source§fn clone(&self) -> DisputeEnhancedEvidence
fn clone(&self) -> DisputeEnhancedEvidence
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 DisputeEnhancedEvidence
impl Debug for DisputeEnhancedEvidence
Source§impl FromValueOpt for DisputeEnhancedEvidence
impl FromValueOpt for DisputeEnhancedEvidence
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for DisputeEnhancedEvidence
impl RefUnwindSafe for DisputeEnhancedEvidence
impl Send for DisputeEnhancedEvidence
impl Sync for DisputeEnhancedEvidence
impl Unpin for DisputeEnhancedEvidence
impl UnwindSafe for DisputeEnhancedEvidence
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