[][src]Struct meli::terminal::cells::FormatTag

pub struct FormatTag {
    pub fg: Option<Color>,
    pub bg: Option<Color>,
    pub attrs: Option<Attr>,
    pub priority: u8,
}

Fields

fg: Option<Color>bg: Option<Color>attrs: Option<Attr>priority: u8

Trait Implementations

impl Clone for FormatTag[src]

impl Copy for FormatTag[src]

impl Debug for FormatTag[src]

impl Default for FormatTag[src]

impl Eq for FormatTag[src]

impl Hash for FormatTag[src]

impl Ord for FormatTag[src]

impl PartialEq<FormatTag> for FormatTag[src]

impl PartialOrd<FormatTag> for FormatTag[src]

impl StructuralEq for FormatTag[src]

impl StructuralPartialEq for FormatTag[src]

Auto Trait Implementations

impl RefUnwindSafe for FormatTag

impl Send for FormatTag

impl Sync for FormatTag

impl Unpin for FormatTag

impl UnwindSafe for FormatTag

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 

impl<T> WithSubscriber for T[src]