pub struct RegulatoryInformation1 {
pub sctr: Option<String>,
pub brnch: Option<String>,
pub grp: Option<String>,
pub othr: Option<String>,
}Fields§
§sctr: Option<String>§brnch: Option<String>§grp: Option<String>§othr: Option<String>Implementations§
Source§impl RegulatoryInformation1
impl RegulatoryInformation1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for RegulatoryInformation1
impl RefUnwindSafe for RegulatoryInformation1
impl Send for RegulatoryInformation1
impl Sync for RegulatoryInformation1
impl Unpin for RegulatoryInformation1
impl UnwindSafe for RegulatoryInformation1
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