pub struct TableRgl {
pub table_code: String,
pub table_name: String,
pub table_data: Vec<RowRgl>,
}Expand description
the table for surface interval time and repetitive letter
Fields§
§table_code: Stringrepresents a unique id for a table within the diving-decompression project.
table_name: Stringoficially recognized name for a table beyond the diving-decompression project.
table_data: Vec<RowRgl>a row of the table for surface interval time and repetitive letter
Trait Implementations§
Source§impl<'de> Deserialize<'de> for TableRgl
impl<'de> Deserialize<'de> for TableRgl
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 TableRgl
impl RefUnwindSafe for TableRgl
impl Send for TableRgl
impl Sync for TableRgl
impl Unpin for TableRgl
impl UnsafeUnpin for TableRgl
impl UnwindSafe for TableRgl
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