Struct uddf_sdk::entities::dive_computer::structure::DiveComputer
source · pub struct DiveComputer {
pub id: String,
pub name: Option<String>,
pub model: Option<String>,
pub manufacturer: Option<Manufacturer>,
pub link: Option<Link>,
pub serial_number: Option<String>,
}Expand description
Represents a dive computer.
https://www.streit.cc/extern/uddf_v321/en/divecomputer.html
Fields§
§id: String§name: Option<String>§model: Option<String>§manufacturer: Option<Manufacturer>§link: Option<Link>§serial_number: Option<String>Trait Implementations§
source§impl Debug for DiveComputer
impl Debug for DiveComputer
Auto Trait Implementations§
impl Freeze for DiveComputer
impl RefUnwindSafe for DiveComputer
impl Send for DiveComputer
impl Sync for DiveComputer
impl Unpin for DiveComputer
impl UnwindSafe for DiveComputer
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