pub struct UiHueLegend {
pub rf: String,
pub rcs: String,
pub rhs: String,
}Fields§
§rf: String§rcs: String§rhs: StringTrait Implementations§
Source§impl Clone for UiHueLegend
impl Clone for UiHueLegend
Source§fn clone(&self) -> UiHueLegend
fn clone(&self) -> UiHueLegend
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UiHueLegend
impl Debug for UiHueLegend
Source§impl<'de> Deserialize<'de> for UiHueLegend
impl<'de> Deserialize<'de> for UiHueLegend
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
Source§impl PartialEq for UiHueLegend
impl PartialEq for UiHueLegend
Source§impl Serialize for UiHueLegend
impl Serialize for UiHueLegend
impl StructuralPartialEq for UiHueLegend
Auto Trait Implementations§
impl Freeze for UiHueLegend
impl RefUnwindSafe for UiHueLegend
impl Send for UiHueLegend
impl Sync for UiHueLegend
impl Unpin for UiHueLegend
impl UnsafeUnpin for UiHueLegend
impl UnwindSafe for UiHueLegend
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