pub struct LedProfile {
pub device_name: String,
pub function: String,
pub profile: String,
}Fields§
§device_name: String§function: String§profile: StringTrait Implementations§
Source§impl Clone for LedProfile
impl Clone for LedProfile
Source§fn clone(&self) -> LedProfile
fn clone(&self) -> LedProfile
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 LedProfile
impl Debug for LedProfile
Source§impl<'de> Deserialize<'de> for LedProfile
impl<'de> Deserialize<'de> for LedProfile
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 Hash for LedProfile
impl Hash for LedProfile
Source§impl PartialEq for LedProfile
impl PartialEq for LedProfile
Source§impl Serialize for LedProfile
impl Serialize for LedProfile
impl Eq for LedProfile
impl StructuralPartialEq for LedProfile
Auto Trait Implementations§
impl Freeze for LedProfile
impl RefUnwindSafe for LedProfile
impl Send for LedProfile
impl Sync for LedProfile
impl Unpin for LedProfile
impl UnwindSafe for LedProfile
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