pub struct NamedAttribute {
pub name: String,
pub children: Option<Vec<Data>>,
}Fields§
§name: String§children: Option<Vec<Data>>Implementations§
Trait Implementations§
Source§impl Clone for NamedAttribute
impl Clone for NamedAttribute
Source§fn clone(&self) -> NamedAttribute
fn clone(&self) -> NamedAttribute
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 NamedAttribute
impl Debug for NamedAttribute
Source§impl PartialEq for NamedAttribute
impl PartialEq for NamedAttribute
impl StructuralPartialEq for NamedAttribute
Auto Trait Implementations§
impl Freeze for NamedAttribute
impl RefUnwindSafe for NamedAttribute
impl Send for NamedAttribute
impl Sync for NamedAttribute
impl Unpin for NamedAttribute
impl UnwindSafe for NamedAttribute
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