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