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