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