pub struct Optode {
pub name: String,
pub optode_type: String,
pub x: Option<f64>,
pub y: Option<f64>,
pub z: Option<f64>,
}Fields§
§name: String§optode_type: String§x: Option<f64>§y: Option<f64>§z: Option<f64>Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Optode
impl<'de> Deserialize<'de> for Optode
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 Optode
impl RefUnwindSafe for Optode
impl Send for Optode
impl Sync for Optode
impl Unpin for Optode
impl UnsafeUnpin for Optode
impl UnwindSafe for Optode
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