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