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