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