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