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