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