pub struct BusinessFileHeaderV01 {
pub pyld_desc: PayloadDescription2,
pub pyld: Option<Vec<LaxPayload>>,
}Fields§
§pyld_desc: PayloadDescription2§pyld: Option<Vec<LaxPayload>>Implementations§
Source§impl BusinessFileHeaderV01
impl BusinessFileHeaderV01
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for BusinessFileHeaderV01
impl RefUnwindSafe for BusinessFileHeaderV01
impl Send for BusinessFileHeaderV01
impl Sync for BusinessFileHeaderV01
impl Unpin for BusinessFileHeaderV01
impl UnwindSafe for BusinessFileHeaderV01
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