pub struct VoidNode {
pub name: String,
pub attributes: BTreeMap<String, NodeAttrVal>,
}Fields§
§name: String§attributes: BTreeMap<String, NodeAttrVal>Trait Implementations§
Source§impl<'de> Deserialize<'de> for VoidNode
impl<'de> Deserialize<'de> for VoidNode
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 VoidNode
Auto Trait Implementations§
impl Freeze for VoidNode
impl RefUnwindSafe for VoidNode
impl Send for VoidNode
impl Sync for VoidNode
impl Unpin for VoidNode
impl UnwindSafe for VoidNode
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