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