pub struct Tag<'l>(pub &'l str, pub Type, pub Attributes);
Expand description
A tag.
Tuple Fields§
§0: &'l str
§1: Type
§2: Attributes
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'l> Freeze for Tag<'l>
impl<'l> RefUnwindSafe for Tag<'l>
impl<'l> Send for Tag<'l>
impl<'l> Sync for Tag<'l>
impl<'l> Unpin for Tag<'l>
impl<'l> UnwindSafe for Tag<'l>
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