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