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