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