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