pub struct nullexnref(pub Span);
Tuple Fields§
§0: Span
Trait Implementations§
Source§impl Clone for nullexnref
impl Clone for nullexnref
Source§fn clone(&self) -> nullexnref
fn clone(&self) -> nullexnref
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for nullexnref
impl Debug for nullexnref
Source§impl<'a> Parse<'a> for nullexnref
impl<'a> Parse<'a> for nullexnref
Source§impl Peek for nullexnref
impl Peek for nullexnref
impl Copy for nullexnref
Auto Trait Implementations§
impl Freeze for nullexnref
impl RefUnwindSafe for nullexnref
impl Send for nullexnref
impl Sync for nullexnref
impl Unpin for nullexnref
impl UnwindSafe for nullexnref
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