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