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