pub struct ImportedTable { /* private fields */ }Expand description
Imported table metadata.
Implementations§
Source§impl ImportedTable
impl ImportedTable
Sourcepub const fn new(module: ImportModuleName, name: ImportName) -> Self
pub const fn new(module: ImportModuleName, name: ImportName) -> Self
Creates imported table metadata.
Trait Implementations§
Source§impl Clone for ImportedTable
impl Clone for ImportedTable
Source§fn clone(&self) -> ImportedTable
fn clone(&self) -> ImportedTable
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ImportedTable
impl Debug for ImportedTable
Source§impl Hash for ImportedTable
impl Hash for ImportedTable
Source§impl PartialEq for ImportedTable
impl PartialEq for ImportedTable
Source§fn eq(&self, other: &ImportedTable) -> bool
fn eq(&self, other: &ImportedTable) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ImportedTable
impl StructuralPartialEq for ImportedTable
Auto Trait Implementations§
impl Freeze for ImportedTable
impl RefUnwindSafe for ImportedTable
impl Send for ImportedTable
impl Sync for ImportedTable
impl Unpin for ImportedTable
impl UnsafeUnpin for ImportedTable
impl UnwindSafe for ImportedTable
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