pub struct WideStringWithIcon { /* private fields */ }Expand description
Represents a recipe or profile name with an associate icon tucked into the last byte.
Trait Implementations§
Source§impl Clone for WideStringWithIcon
impl Clone for WideStringWithIcon
Source§fn clone(&self) -> WideStringWithIcon
fn clone(&self) -> WideStringWithIcon
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 moreSource§impl Debug for WideStringWithIcon
impl Debug for WideStringWithIcon
Source§impl PartialEq for WideStringWithIcon
impl PartialEq for WideStringWithIcon
impl Eq for WideStringWithIcon
impl StructuralPartialEq for WideStringWithIcon
Auto Trait Implementations§
impl Freeze for WideStringWithIcon
impl RefUnwindSafe for WideStringWithIcon
impl Send for WideStringWithIcon
impl Sync for WideStringWithIcon
impl Unpin for WideStringWithIcon
impl UnwindSafe for WideStringWithIcon
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