pub struct Metadata<'a> {
pub span: Span<'a>,
}Expand description
Fields§
§span: Span<'a>Implementations§
Trait Implementations§
Source§impl<'a, 'b> IntoIterator for &'b Metadata<'a>
impl<'a, 'b> IntoIterator for &'b Metadata<'a>
Source§impl<'a, 'b> IntoIterator for &'b mut Metadata<'a>
impl<'a, 'b> IntoIterator for &'b mut Metadata<'a>
Source§impl<'a: 'b, 'b> Nodes<'a, 'b> for Metadata<'a>
impl<'a: 'b, 'b> Nodes<'a, 'b> for Metadata<'a>
Auto Trait Implementations§
impl<'a> Freeze for Metadata<'a>
impl<'a> RefUnwindSafe for Metadata<'a>
impl<'a> Send for Metadata<'a>
impl<'a> Sync for Metadata<'a>
impl<'a> Unpin for Metadata<'a>
impl<'a> UnsafeUnpin for Metadata<'a>
impl<'a> UnwindSafe for Metadata<'a>
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