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