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