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