pub struct RowRgl {
pub group_letter: String,
pub min_time: u16,
pub max_time: u16,
pub repet_letter: String,
}Expand description
a row of the table for surface interval time and repetitive letter
Fields§
§group_letter: Stringgroup letter before the surface interval time
min_time: u16the lower end of allowed times for a specific row expressed in minutes
max_time: u16the higher end of allowed times for a specific row expressed in minutes
repet_letter: Stringgroup letter after the surface interval time
Trait Implementations§
Source§impl<'de> Deserialize<'de> for RowRgl
impl<'de> Deserialize<'de> for RowRgl
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 RowRgl
impl RefUnwindSafe for RowRgl
impl Send for RowRgl
impl Sync for RowRgl
impl Unpin for RowRgl
impl UnsafeUnpin for RowRgl
impl UnwindSafe for RowRgl
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