Struct console::Emoji [−][src]
“Intelligent” emoji formatter.
This struct intelligently wraps an emoji so that it is rendered only on systems that want emojis and renders a fallback on others.
Example:
use console::Emoji; println!("[3/4] {}Downloading ...", Emoji("🚚 ", "")); println!("[4/4] {} Done!", Emoji("✨", ":-)"));
Implementations
impl<'a, 'b> Emoji<'a, 'b>
[src][−]
Trait Implementations
impl<'a, 'b> Clone for Emoji<'a, 'b>
[src][+]
impl<'a, 'b> Copy for Emoji<'a, 'b>
[src]
impl<'a, 'b> Display for Emoji<'a, 'b>
[src][+]
Auto Trait Implementations
impl<'a, 'b> RefUnwindSafe for Emoji<'a, 'b>
impl<'a, 'b> Send for Emoji<'a, 'b>
impl<'a, 'b> Sync for Emoji<'a, 'b>
impl<'a, 'b> Unpin for Emoji<'a, 'b>
impl<'a, 'b> UnwindSafe for Emoji<'a, 'b>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T> ToString for T where
T: Display + ?Sized,
[src][+]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,