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