pub struct nullexternref(pub Span);
Tuple Fields§
§0: Span
Trait Implementations§
Source§impl Clone for nullexternref
impl Clone for nullexternref
Source§fn clone(&self) -> nullexternref
fn clone(&self) -> nullexternref
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 nullexternref
impl Debug for nullexternref
Source§impl<'a> Parse<'a> for nullexternref
impl<'a> Parse<'a> for nullexternref
Source§impl Peek for nullexternref
impl Peek for nullexternref
impl Copy for nullexternref
Auto Trait Implementations§
impl Freeze for nullexternref
impl RefUnwindSafe for nullexternref
impl Send for nullexternref
impl Sync for nullexternref
impl Unpin for nullexternref
impl UnwindSafe for nullexternref
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