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