pub struct SlackStatefulStateParamsInit {
pub id: SlackViewId,
pub team_id: SlackTeamId,
pub hash: String,
}
Fields§
§id: SlackViewId
§team_id: SlackTeamId
§hash: String
Trait Implementations§
Source§impl From<SlackStatefulStateParamsInit> for SlackStatefulStateParams
impl From<SlackStatefulStateParamsInit> for SlackStatefulStateParams
Source§fn from(value: SlackStatefulStateParamsInit) -> Self
fn from(value: SlackStatefulStateParamsInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SlackStatefulStateParamsInit
impl RefUnwindSafe for SlackStatefulStateParamsInit
impl Send for SlackStatefulStateParamsInit
impl Sync for SlackStatefulStateParamsInit
impl Unpin for SlackStatefulStateParamsInit
impl UnwindSafe for SlackStatefulStateParamsInit
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more