pub struct extern(pub Span);
Tuple Fields§
§0: Span
Trait Implementations§
Source§impl Peek for extern
impl Peek for extern
impl Copy for extern
Auto Trait Implementations§
impl Freeze for extern
impl RefUnwindSafe for extern
impl Send for extern
impl Sync for extern
impl Unpin for extern
impl UnwindSafe for extern
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