pub struct MissingCover6 {
pub mssng_cover_ind: bool,
pub cover_crrctn: Option<SettlementInstruction16>,
}Fields§
§mssng_cover_ind: bool§cover_crrctn: Option<SettlementInstruction16>Implementations§
Source§impl MissingCover6
impl MissingCover6
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for MissingCover6
impl RefUnwindSafe for MissingCover6
impl Send for MissingCover6
impl Sync for MissingCover6
impl Unpin for MissingCover6
impl UnwindSafe for MissingCover6
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