pub struct ReuseDataReport6Choice {
pub new: Option<ReuseDataReportNew6>,
pub err: Option<ReuseDataReportError5>,
pub crrctn: Option<ReuseDataReportCorrection14>,
pub coll_reuse_upd: Option<ReuseDataReportCorrection14>,
}Fields§
§new: Option<ReuseDataReportNew6>§err: Option<ReuseDataReportError5>§crrctn: Option<ReuseDataReportCorrection14>§coll_reuse_upd: Option<ReuseDataReportCorrection14>Implementations§
Source§impl ReuseDataReport6Choice
impl ReuseDataReport6Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for ReuseDataReport6Choice
impl RefUnwindSafe for ReuseDataReport6Choice
impl Send for ReuseDataReport6Choice
impl Sync for ReuseDataReport6Choice
impl Unpin for ReuseDataReport6Choice
impl UnwindSafe for ReuseDataReport6Choice
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