pub struct AttributeItemNode {
pub name: CompactString,
pub arguments: Vec<Box<Node>>,
}Fields§
§name: CompactString§arguments: Vec<Box<Node>>Implementations§
Trait Implementations§
Source§impl Clone for AttributeItemNode
impl Clone for AttributeItemNode
Source§fn clone(&self) -> AttributeItemNode
fn clone(&self) -> AttributeItemNode
Returns a copy 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 AttributeItemNode
impl Debug for AttributeItemNode
Source§impl<'de> Deserialize<'de> for AttributeItemNode
impl<'de> Deserialize<'de> for AttributeItemNode
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 AttributeItemNode
impl PartialEq for AttributeItemNode
Source§impl Serialize for AttributeItemNode
impl Serialize for AttributeItemNode
impl StructuralPartialEq for AttributeItemNode
Auto Trait Implementations§
impl Freeze for AttributeItemNode
impl RefUnwindSafe for AttributeItemNode
impl Send for AttributeItemNode
impl Sync for AttributeItemNode
impl Unpin for AttributeItemNode
impl UnwindSafe for AttributeItemNode
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