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