pub enum AttributeArg {
Path(AttributeIdentifier),
Literal(AttributeValue),
Function(AttributeIdentifier, Vec<AttributeArg>),
}
Variants§
Trait Implementations§
Source§impl Clone for AttributeArg
impl Clone for AttributeArg
Source§fn clone(&self) -> AttributeArg
fn clone(&self) -> AttributeArg
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 moreAuto Trait Implementations§
impl Freeze for AttributeArg
impl RefUnwindSafe for AttributeArg
impl Send for AttributeArg
impl Sync for AttributeArg
impl Unpin for AttributeArg
impl UnwindSafe for AttributeArg
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