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