pub struct nullfuncref(pub Span);Tuple Fields§
§0: SpanTrait Implementations§
source§impl Clone for nullfuncref
impl Clone for nullfuncref
source§fn clone(&self) -> nullfuncref
fn clone(&self) -> nullfuncref
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 nullfuncref
impl Debug for nullfuncref
source§impl<'a> Parse<'a> for nullfuncref
impl<'a> Parse<'a> for nullfuncref
source§impl Peek for nullfuncref
impl Peek for nullfuncref
impl Copy for nullfuncref
Auto Trait Implementations§
impl Freeze for nullfuncref
impl RefUnwindSafe for nullfuncref
impl Send for nullfuncref
impl Sync for nullfuncref
impl Unpin for nullfuncref
impl UnwindSafe for nullfuncref
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)