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