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