pub struct NodeAttribute {
pub name: String,
pub value: ValueTree,
}Fields§
§name: String§value: ValueTreeTrait Implementations§
Source§impl Clone for NodeAttribute
impl Clone for NodeAttribute
Source§fn clone(&self) -> NodeAttribute
fn clone(&self) -> NodeAttribute
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for NodeAttribute
impl RefUnwindSafe for NodeAttribute
impl Send for NodeAttribute
impl Sync for NodeAttribute
impl Unpin for NodeAttribute
impl UnsafeUnpin for NodeAttribute
impl UnwindSafe for NodeAttribute
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