pub struct UiHueTable {
pub hue: String,
pub rf: String,
pub rcs: String,
pub rhs: String,
}Fields§
§hue: String§rf: String§rcs: String§rhs: StringTrait Implementations§
Source§impl Clone for UiHueTable
impl Clone for UiHueTable
Source§fn clone(&self) -> UiHueTable
fn clone(&self) -> UiHueTable
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 UiHueTable
impl Debug for UiHueTable
Source§impl<'de> Deserialize<'de> for UiHueTable
impl<'de> Deserialize<'de> for UiHueTable
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 UiHueTable
impl PartialEq for UiHueTable
Source§impl Serialize for UiHueTable
impl Serialize for UiHueTable
impl StructuralPartialEq for UiHueTable
Auto Trait Implementations§
impl Freeze for UiHueTable
impl RefUnwindSafe for UiHueTable
impl Send for UiHueTable
impl Sync for UiHueTable
impl Unpin for UiHueTable
impl UnsafeUnpin for UiHueTable
impl UnwindSafe for UiHueTable
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