Struct wled_json_api_library::structures::nodes::Nodes
source · pub struct Nodes {
pub nodes: Vec<Node>,
}
Fields§
§nodes: Vec<Node>
Trait Implementations§
source§impl<'de> Deserialize<'de> for Nodes
impl<'de> Deserialize<'de> for Nodes
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 Nodes
impl PartialEq for Nodes
source§impl TryFrom<&str> for Nodes
impl TryFrom<&str> for Nodes
§type Error = WledJsonApiError
type Error = WledJsonApiError
The type returned in the event of a conversion error.
impl StructuralPartialEq for Nodes
Auto Trait Implementations§
impl RefUnwindSafe for Nodes
impl Send for Nodes
impl Sync for Nodes
impl Unpin for Nodes
impl UnwindSafe for Nodes
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