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