pub struct AttName {
pub name: SpannedString,
pub attrib: Option<Attrib>,
pub span: Span,
}Expand description
pair of variable name and attribute.
Fields§
§name: SpannedString§attrib: Option<Attrib>§span: SpanImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AttName
impl RefUnwindSafe for AttName
impl Send for AttName
impl Sync for AttName
impl Unpin for AttName
impl UnwindSafe for AttName
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