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