pub struct ExportName(/* private fields */);Expand description
Validated WebAssembly export name.
Implementations§
Source§impl ExportName
impl ExportName
Trait Implementations§
Source§impl AsRef<str> for ExportName
impl AsRef<str> for ExportName
Source§impl Clone for ExportName
impl Clone for ExportName
Source§fn clone(&self) -> ExportName
fn clone(&self) -> ExportName
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 ExportName
impl Debug for ExportName
Source§impl Display for ExportName
impl Display for ExportName
Source§impl FromStr for ExportName
impl FromStr for ExportName
Source§impl Hash for ExportName
impl Hash for ExportName
Source§impl Ord for ExportName
impl Ord for ExportName
Source§fn cmp(&self, other: &ExportName) -> Ordering
fn cmp(&self, other: &ExportName) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ExportName
impl PartialEq for ExportName
Source§fn eq(&self, other: &ExportName) -> bool
fn eq(&self, other: &ExportName) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ExportName
impl PartialOrd for ExportName
Source§impl TryFrom<&str> for ExportName
impl TryFrom<&str> for ExportName
impl Eq for ExportName
impl StructuralPartialEq for ExportName
Auto Trait Implementations§
impl Freeze for ExportName
impl RefUnwindSafe for ExportName
impl Send for ExportName
impl Sync for ExportName
impl Unpin for ExportName
impl UnsafeUnpin for ExportName
impl UnwindSafe for ExportName
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