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