Struct wled_json_api_library::structures::live::Live
source · 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
source§impl PartialEq for Live
impl PartialEq for Live
source§impl TryFrom<&str> for Live
impl TryFrom<&str> for Live
§type Error = WledJsonApiError
type Error = WledJsonApiError
The type returned in the event of a conversion error.
impl StructuralPartialEq for Live
Auto Trait Implementations§
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