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