Struct slack_morphism_models::blocks::SlackStatefulStateParams [−][src]
pub struct SlackStatefulStateParams {
pub id: SlackViewId,
pub team_id: SlackTeamId,
pub state: Option<SlackViewState>,
pub hash: String,
pub previous_view_id: Option<SlackViewId>,
pub root_view_id: Option<SlackViewId>,
pub app_id: Option<SlackAppId>,
pub bot_id: Option<SlackBotId>,
}Fields
id: SlackViewIdteam_id: SlackTeamIdstate: Option<SlackViewState>hash: Stringprevious_view_id: Option<SlackViewId>root_view_id: Option<SlackViewId>app_id: Option<SlackAppId>bot_id: Option<SlackBotId>Implementations
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for SlackStatefulStateParams
impl Send for SlackStatefulStateParams
impl Sync for SlackStatefulStateParams
impl Unpin for SlackStatefulStateParams
impl UnwindSafe for SlackStatefulStateParams
Blanket Implementations
Mutably borrows from an owned value. Read more
