pub struct ExtendedAttributeNoArgs<'a>(pub Identifier<'a>);
Expand description
Parses a plain attribute. Ex: Replaceable
Tuple Fields§
§0: Identifier<'a>
Trait Implementations§
Source§impl<'a> Clone for ExtendedAttributeNoArgs<'a>
impl<'a> Clone for ExtendedAttributeNoArgs<'a>
Source§fn clone(&self) -> ExtendedAttributeNoArgs<'a>
fn clone(&self) -> ExtendedAttributeNoArgs<'a>
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<'a> Debug for ExtendedAttributeNoArgs<'a>
impl<'a> Debug for ExtendedAttributeNoArgs<'a>
Source§impl<'a> From<ExtendedAttributeNoArgs<'a>> for ExtendedAttribute<'a>
impl<'a> From<ExtendedAttributeNoArgs<'a>> for ExtendedAttribute<'a>
Source§fn from(x: ExtendedAttributeNoArgs<'a>) -> Self
fn from(x: ExtendedAttributeNoArgs<'a>) -> Self
Converts to this type from the input type.
Source§impl<'a> Hash for ExtendedAttributeNoArgs<'a>
impl<'a> Hash for ExtendedAttributeNoArgs<'a>
Source§impl<'a> Ord for ExtendedAttributeNoArgs<'a>
impl<'a> Ord for ExtendedAttributeNoArgs<'a>
Source§fn cmp(&self, other: &ExtendedAttributeNoArgs<'a>) -> Ordering
fn cmp(&self, other: &ExtendedAttributeNoArgs<'a>) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<'a> Parse<'a> for ExtendedAttributeNoArgs<'a>
impl<'a> Parse<'a> for ExtendedAttributeNoArgs<'a>
Source§impl<'a> PartialEq for ExtendedAttributeNoArgs<'a>
impl<'a> PartialEq for ExtendedAttributeNoArgs<'a>
Source§impl<'a> PartialOrd for ExtendedAttributeNoArgs<'a>
impl<'a> PartialOrd for ExtendedAttributeNoArgs<'a>
impl<'a> Copy for ExtendedAttributeNoArgs<'a>
impl<'a> Eq for ExtendedAttributeNoArgs<'a>
impl<'a> StructuralPartialEq for ExtendedAttributeNoArgs<'a>
Auto Trait Implementations§
impl<'a> Freeze for ExtendedAttributeNoArgs<'a>
impl<'a> RefUnwindSafe for ExtendedAttributeNoArgs<'a>
impl<'a> Send for ExtendedAttributeNoArgs<'a>
impl<'a> Sync for ExtendedAttributeNoArgs<'a>
impl<'a> Unpin for ExtendedAttributeNoArgs<'a>
impl<'a> UnwindSafe for ExtendedAttributeNoArgs<'a>
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