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