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