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