struct Frame<'t> {
cursor: Peekable<RefTokenTreeCursor<'t>>,
close: Option<(Location, Token, Location)>,
}
Fields§
§cursor: Peekable<RefTokenTreeCursor<'t>>
§close: Option<(Location, Token, Location)>
Auto Trait Implementations§
impl<'t> Freeze for Frame<'t>
impl<'t> !RefUnwindSafe for Frame<'t>
impl<'t> !Send for Frame<'t>
impl<'t> !Sync for Frame<'t>
impl<'t> Unpin for Frame<'t>
impl<'t> !UnwindSafe for Frame<'t>
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