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