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