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