pub struct DecoStops {
pub depth: u16,
pub time: u16,
}Expand description
an item from a row of the table for air decompression
Fields§
§depth: u16the nominal depth of a specific decompression stop expressed in feet of sea water
time: u16the nominal time of a specific decompression stop expressed in minutes
Trait Implementations§
Source§impl<'de> Deserialize<'de> for DecoStops
impl<'de> Deserialize<'de> for DecoStops
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 DecoStops
impl RefUnwindSafe for DecoStops
impl Send for DecoStops
impl Sync for DecoStops
impl Unpin for DecoStops
impl UnwindSafe for DecoStops
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