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