struct StaticItem<'i>(VecDeque<&'i Ident>);
Tuple Fields§
§0: VecDeque<&'i Ident>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'i> Freeze for StaticItem<'i>
impl<'i> RefUnwindSafe for StaticItem<'i>
impl<'i> !Send for StaticItem<'i>
impl<'i> !Sync for StaticItem<'i>
impl<'i> Unpin for StaticItem<'i>
impl<'i> UnwindSafe for StaticItem<'i>
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