pub struct InlineExport { /* private fields */ }Expand description
https://webassembly.github.io/spec/core/text/modules.html#text-global-abbrev
Implementations§
Trait Implementations§
Source§impl Clone for InlineExport
impl Clone for InlineExport
Source§fn clone(&self) -> InlineExport
fn clone(&self) -> InlineExport
Returns a duplicate 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 InlineExport
impl Debug for InlineExport
Source§impl Parse<'_> for InlineExport
impl Parse<'_> for InlineExport
Source§impl PartialEq for InlineExport
impl PartialEq for InlineExport
impl Eq for InlineExport
impl StructuralPartialEq for InlineExport
Auto Trait Implementations§
impl Freeze for InlineExport
impl RefUnwindSafe for InlineExport
impl Send for InlineExport
impl Sync for InlineExport
impl Unpin for InlineExport
impl UnwindSafe for InlineExport
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