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 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