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
Performs the conversion.
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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more