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