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