pub struct RootBean {
pub links: Option<Vec<Links>>,
pub locale: Option<String>,
pub measurement_system: Option<String>,
pub runtime_info: Option<Box<RuntimeInfo>>,
pub version: Option<String>,
}Fields§
§links: Option<Vec<Links>>§locale: Option<String>§measurement_system: Option<String>§runtime_info: Option<Box<RuntimeInfo>>§version: Option<String>Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for RootBean
impl<'de> Deserialize<'de> for RootBean
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
impl StructuralPartialEq for RootBean
Auto Trait Implementations§
impl Freeze for RootBean
impl RefUnwindSafe for RootBean
impl Send for RootBean
impl Sync for RootBean
impl Unpin for RootBean
impl UnwindSafe for RootBean
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