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