pub struct Service2 {
pub context: String,
pub profile: String,
pub physical_scale: f64,
pub physical_units: String,
pub id: String,
}
Fields§
§context: String
§profile: String
§physical_scale: f64
§physical_units: String
§id: String
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Service2
impl<'de> Deserialize<'de> for Service2
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 Service2
Auto Trait Implementations§
impl Freeze for Service2
impl RefUnwindSafe for Service2
impl Send for Service2
impl Sync for Service2
impl Unpin for Service2
impl UnwindSafe for Service2
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