pub struct WatIdentifier(/* private fields */);Expand description
WAT identifier such as ‘$name’.
Implementations§
Source§impl WatIdentifier
impl WatIdentifier
Trait Implementations§
Source§impl AsRef<str> for WatIdentifier
impl AsRef<str> for WatIdentifier
Source§impl Clone for WatIdentifier
impl Clone for WatIdentifier
Source§fn clone(&self) -> WatIdentifier
fn clone(&self) -> WatIdentifier
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 WatIdentifier
impl Debug for WatIdentifier
Source§impl Display for WatIdentifier
impl Display for WatIdentifier
Source§impl FromStr for WatIdentifier
impl FromStr for WatIdentifier
Source§impl Hash for WatIdentifier
impl Hash for WatIdentifier
Source§impl Ord for WatIdentifier
impl Ord for WatIdentifier
Source§fn cmp(&self, other: &WatIdentifier) -> Ordering
fn cmp(&self, other: &WatIdentifier) -> 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 WatIdentifier
impl PartialEq for WatIdentifier
Source§fn eq(&self, other: &WatIdentifier) -> bool
fn eq(&self, other: &WatIdentifier) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for WatIdentifier
impl PartialOrd for WatIdentifier
Source§impl TryFrom<&str> for WatIdentifier
impl TryFrom<&str> for WatIdentifier
impl Eq for WatIdentifier
impl StructuralPartialEq for WatIdentifier
Auto Trait Implementations§
impl Freeze for WatIdentifier
impl RefUnwindSafe for WatIdentifier
impl Send for WatIdentifier
impl Sync for WatIdentifier
impl Unpin for WatIdentifier
impl UnsafeUnpin for WatIdentifier
impl UnwindSafe for WatIdentifier
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