pub struct Emoticon(pub String);Expand description
wrapper struct to implement display trait
Tuple Fields§
§0: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for Emoticon
impl RefUnwindSafe for Emoticon
impl Send for Emoticon
impl Sync for Emoticon
impl Unpin for Emoticon
impl UnwindSafe for Emoticon
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