pub struct EcoLabel {
pub score: f64,
pub label: String,
pub bytes: u64,
pub notes: String,
}Fields§
§score: f64§label: String§bytes: u64§notes: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for EcoLabel
impl<'de> Deserialize<'de> for EcoLabel
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 EcoLabel
impl RefUnwindSafe for EcoLabel
impl Send for EcoLabel
impl Sync for EcoLabel
impl Unpin for EcoLabel
impl UnwindSafe for EcoLabel
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