Struct ComponentName
pub struct ComponentName(/* private fields */);Implementations§
§impl ComponentName
impl ComponentName
Trait Implementations§
§impl AsRef<str> for ComponentName
impl AsRef<str> for ComponentName
§impl Clone for ComponentName
impl Clone for ComponentName
§fn clone(&self) -> ComponentName
fn clone(&self) -> ComponentName
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for ComponentName
impl Debug for ComponentName
§impl Hash for ComponentName
impl Hash for ComponentName
§impl Ord for ComponentName
impl Ord for ComponentName
§impl PartialEq for ComponentName
impl PartialEq for ComponentName
§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