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