pub enum AttrType {
Type(Function, Syntax, RightParen),
RawString(Ident),
Unit(Ident),
}Variants§
Trait Implementations§
Source§impl Ord for AttrType
impl Ord for AttrType
Source§impl PartialOrd for AttrType
impl PartialOrd for AttrType
Source§impl ToCursors for AttrType
impl ToCursors for AttrType
fn to_cursors(&self, s: &mut impl CursorSink)
impl Eq for AttrType
impl StructuralPartialEq for AttrType
Auto Trait Implementations§
impl Freeze for AttrType
impl RefUnwindSafe for AttrType
impl Send for AttrType
impl Sync for AttrType
impl Unpin for AttrType
impl UnwindSafe for AttrType
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