pub struct Recursion {
pub span: Span,
}
Fields§
§span: Span
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Recursion
impl RefUnwindSafe for Recursion
impl Send for Recursion
impl Sync for Recursion
impl Unpin for Recursion
impl UnwindSafe for Recursion
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