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