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