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