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