pub enum AttributeModifier {
Sensitive(Ident),
Insensitive(Ident),
}Variants§
Trait Implementations§
Source§impl Clone for AttributeModifier
impl Clone for AttributeModifier
Source§fn clone(&self) -> AttributeModifier
fn clone(&self) -> AttributeModifier
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 AttributeModifier
impl Debug for AttributeModifier
Source§impl From<AttributeModifier> for Cursor
impl From<AttributeModifier> for Cursor
Source§fn from(value: AttributeModifier) -> Cursor
fn from(value: AttributeModifier) -> Cursor
Converts to this type from the input type.
Source§impl From<AttributeModifier> for Token
impl From<AttributeModifier> for Token
Source§fn from(value: AttributeModifier) -> Token
fn from(value: AttributeModifier) -> Token
Converts to this type from the input type.
Source§impl Hash for AttributeModifier
impl Hash for AttributeModifier
Source§impl Ord for AttributeModifier
impl Ord for AttributeModifier
Source§fn cmp(&self, other: &AttributeModifier) -> Ordering
fn cmp(&self, other: &AttributeModifier) -> 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 AttributeModifier
impl<'a> Parse<'a> for AttributeModifier
Source§impl PartialEq for AttributeModifier
impl PartialEq for AttributeModifier
Source§impl PartialOrd for AttributeModifier
impl PartialOrd for AttributeModifier
Source§impl<'a> Peek<'a> for AttributeModifier
impl<'a> Peek<'a> for AttributeModifier
Source§impl SemanticEq for AttributeModifier
impl SemanticEq for AttributeModifier
Source§fn semantic_eq(&self, other: &Self) -> bool
fn semantic_eq(&self, other: &Self) -> bool
Returns
true if self and other are semantically equal.Source§impl ToCursors for AttributeModifier
impl ToCursors for AttributeModifier
fn to_cursors(&self, s: &mut impl CursorSink)
impl Copy for AttributeModifier
impl Eq for AttributeModifier
impl StructuralPartialEq for AttributeModifier
Auto Trait Implementations§
impl Freeze for AttributeModifier
impl RefUnwindSafe for AttributeModifier
impl Send for AttributeModifier
impl Sync for AttributeModifier
impl Unpin for AttributeModifier
impl UnwindSafe for AttributeModifier
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