pub struct UiSubtabs {
pub spd: String,
pub tm30_cvg: String,
pub tm30_hue: String,
pub metrics: String,
}Fields§
§spd: String§tm30_cvg: String§tm30_hue: String§metrics: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for UiSubtabs
impl<'de> Deserialize<'de> for UiSubtabs
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 UiSubtabs
Auto Trait Implementations§
impl Freeze for UiSubtabs
impl RefUnwindSafe for UiSubtabs
impl Send for UiSubtabs
impl Sync for UiSubtabs
impl Unpin for UiSubtabs
impl UnsafeUnpin for UiSubtabs
impl UnwindSafe for UiSubtabs
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