[][src]Struct block_kit::payload::interaction::block_actions::Actions

pub struct Actions {
    pub type_name: String,
    pub action_id: String,
    pub block_id: String,
    pub text: Option<Text>,
    pub value: Option<String>,
    pub selected_option: Option<SelectedOption>,
    pub selected_date: Option<String>,
}

Fields

type_name: Stringaction_id: Stringblock_id: Stringtext: Option<Text>value: Option<String>selected_option: Option<SelectedOption>selected_date: Option<String>

Trait Implementations

impl Debug for Actions[src]

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

Auto Trait Implementations

impl RefUnwindSafe for Actions

impl Send for Actions

impl Sync for Actions

impl Unpin for Actions

impl UnwindSafe for Actions

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<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

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

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

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

type Error = !

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.