pub struct AttrName(pub Option<Ident>, pub Option<Or>, pub Option<Ident>);Tuple Fields§
§0: Option<Ident>§1: Option<Or>§2: Option<Ident>Trait Implementations§
Source§impl Ord for AttrName
impl Ord for AttrName
Source§impl PartialOrd for AttrName
impl PartialOrd for AttrName
Source§impl ToCursors for AttrName
impl ToCursors for AttrName
fn to_cursors(&self, s: &mut impl CursorSink)
impl Eq for AttrName
impl StructuralPartialEq for AttrName
Auto Trait Implementations§
impl Freeze for AttrName
impl RefUnwindSafe for AttrName
impl Send for AttrName
impl Sync for AttrName
impl Unpin for AttrName
impl UnwindSafe for AttrName
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