Struct ConversionLabel
pub struct ConversionLabel(/* private fields */);Implementations§
§impl ConversionLabel
impl ConversionLabel
Trait Implementations§
§impl AsRef<str> for ConversionLabel
impl AsRef<str> for ConversionLabel
§impl Clone for ConversionLabel
impl Clone for ConversionLabel
§fn clone(&self) -> ConversionLabel
fn clone(&self) -> ConversionLabel
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 ConversionLabel
impl Debug for ConversionLabel
§impl Display for ConversionLabel
impl Display for ConversionLabel
§impl FromStr for ConversionLabel
impl FromStr for ConversionLabel
§impl Hash for ConversionLabel
impl Hash for ConversionLabel
§impl Ord for ConversionLabel
impl Ord for ConversionLabel
§impl PartialEq for ConversionLabel
impl PartialEq for ConversionLabel
§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