pub struct Live {
pub leds: Option<Vec<String>>,
pub n: Option<i64>,
}
Expand description
Not Done, broken, dont use
Fields§
§leds: Option<Vec<String>>
Not Done, broken, dont use
n: Option<i64>
Not Done, broken, dont use
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Live
impl<'de> Deserialize<'de> for Live
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
impl StructuralPartialEq for Live
Auto Trait Implementations§
impl Freeze for Live
impl RefUnwindSafe for Live
impl Send for Live
impl Sync for Live
impl Unpin for Live
impl UnwindSafe for Live
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