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