pub struct UnderlyingGroupInformation1 {
pub orgnl_msg_id: String,
pub orgnl_msg_nm_id: String,
pub orgnl_cre_dt_tm: Option<String>,
pub orgnl_msg_dlvry_chanl: Option<String>,
}Fields§
§orgnl_msg_id: String§orgnl_msg_nm_id: String§orgnl_cre_dt_tm: Option<String>§orgnl_msg_dlvry_chanl: Option<String>Implementations§
Source§impl UnderlyingGroupInformation1
impl UnderlyingGroupInformation1
pub fn validate(&self) -> Result<(), ValidationError>
Trait Implementations§
Source§impl Clone for UnderlyingGroupInformation1
impl Clone for UnderlyingGroupInformation1
Source§fn clone(&self) -> UnderlyingGroupInformation1
fn clone(&self) -> UnderlyingGroupInformation1
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UnderlyingGroupInformation1
impl Debug for UnderlyingGroupInformation1
Source§impl Default for UnderlyingGroupInformation1
impl Default for UnderlyingGroupInformation1
Source§fn default() -> UnderlyingGroupInformation1
fn default() -> UnderlyingGroupInformation1
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UnderlyingGroupInformation1
impl<'de> Deserialize<'de> for UnderlyingGroupInformation1
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for UnderlyingGroupInformation1
Auto Trait Implementations§
impl Freeze for UnderlyingGroupInformation1
impl RefUnwindSafe for UnderlyingGroupInformation1
impl Send for UnderlyingGroupInformation1
impl Sync for UnderlyingGroupInformation1
impl Unpin for UnderlyingGroupInformation1
impl UnwindSafe for UnderlyingGroupInformation1
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