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