Struct rio_config::navigation::ColorAutomation
source · pub struct ColorAutomation {
pub program: String,
pub color: ColorArray,
}Fields§
§program: String§color: ColorArrayTrait Implementations§
source§impl Clone for ColorAutomation
impl Clone for ColorAutomation
source§fn clone(&self) -> ColorAutomation
fn clone(&self) -> ColorAutomation
Returns a copy 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 ColorAutomation
impl Debug for ColorAutomation
source§impl Default for ColorAutomation
impl Default for ColorAutomation
source§fn default() -> ColorAutomation
fn default() -> ColorAutomation
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ColorAutomation
impl<'de> Deserialize<'de> for ColorAutomation
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 ColorAutomation
impl PartialEq for ColorAutomation
source§fn eq(&self, other: &ColorAutomation) -> bool
fn eq(&self, other: &ColorAutomation) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for ColorAutomation
impl Serialize for ColorAutomation
impl StructuralPartialEq for ColorAutomation
Auto Trait Implementations§
impl RefUnwindSafe for ColorAutomation
impl Send for ColorAutomation
impl Sync for ColorAutomation
impl Unpin for ColorAutomation
impl UnwindSafe for ColorAutomation
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