pub struct RowRnt {
pub repet_letter: String,
pub rnt: Vec<Rnt>,
}Expand description
a row in the table for residual nitrogen time
Fields§
§repet_letter: Stringthe repet group letter for the residual nitrogen time item
rnt: Vec<Rnt>item in the row of the table for residual nitrogen time
Trait Implementations§
Source§impl<'de> Deserialize<'de> for RowRnt
impl<'de> Deserialize<'de> for RowRnt
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for RowRnt
impl RefUnwindSafe for RowRnt
impl Send for RowRnt
impl Sync for RowRnt
impl Unpin for RowRnt
impl UnsafeUnpin for RowRnt
impl UnwindSafe for RowRnt
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