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