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