[][src]Enum keybase_protocol::protocol::chat1::chat_ui::UITextDecoration

pub enum UITextDecoration {
    Payment {
        payment: TextPayment,
    },
    Atmention {
        atmention: String,
    },
    Channelnamemention {
        channelnamemention: UIChannelNameMention,
    },
    Maybemention {
        maybemention: MaybeMention,
    },
    Link {
        link: UILinkDecoration,
    },
    Mailto {
        mailto: UILinkDecoration,
    },
}

Variants

Payment

Fields of Payment

payment: TextPayment
Atmention

Fields of Atmention

atmention: String
Channelnamemention

Fields of Channelnamemention

channelnamemention: UIChannelNameMention
Maybemention

Fields of Maybemention

maybemention: MaybeMention

Fields of Link

link: UILinkDecoration
Mailto

Fields of Mailto

mailto: UILinkDecoration

Trait Implementations

impl Debug for UITextDecoration[src]

impl Serialize for UITextDecoration[src]

impl<'de> Deserialize<'de> for UITextDecoration[src]

Auto Trait Implementations

Blanket Implementations

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

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

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<T> BorrowMut<T> for T where
    T: ?Sized
[src]

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

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

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]