pub struct NonFinancialInstitutionSector10 {
pub sctr: Vec<GenericIdentification175>,
pub clr_thrshld: Option<bool>,
pub drctly_lkd_actvty: Option<bool>,
pub fdrl_instn: Option<bool>,
}Fields§
§sctr: Vec<GenericIdentification175>§clr_thrshld: Option<bool>§drctly_lkd_actvty: Option<bool>§fdrl_instn: Option<bool>Implementations§
Source§impl NonFinancialInstitutionSector10
impl NonFinancialInstitutionSector10
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for NonFinancialInstitutionSector10
impl RefUnwindSafe for NonFinancialInstitutionSector10
impl Send for NonFinancialInstitutionSector10
impl Sync for NonFinancialInstitutionSector10
impl Unpin for NonFinancialInstitutionSector10
impl UnwindSafe for NonFinancialInstitutionSector10
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