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