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