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