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