Struct slack_morphism::prelude::blocks::SlackStatefulStateParamsInit
source · [−]pub struct SlackStatefulStateParamsInit {
pub id: SlackViewId,
pub team_id: SlackTeamId,
pub hash: String,
}Fields
id: SlackViewIdteam_id: SlackTeamIdhash: StringTrait Implementations
sourceimpl From<SlackStatefulStateParamsInit> for SlackStatefulStateParams
impl From<SlackStatefulStateParamsInit> for SlackStatefulStateParams
sourcefn from(value: SlackStatefulStateParamsInit) -> Self
fn from(value: SlackStatefulStateParamsInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for SlackStatefulStateParamsInit
impl Send for SlackStatefulStateParamsInit
impl Sync for SlackStatefulStateParamsInit
impl Unpin for SlackStatefulStateParamsInit
impl UnwindSafe for SlackStatefulStateParamsInit
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more