Struct slack_morphism::blocks::SlackViewStateInit
source · pub struct SlackViewStateInit {
pub values: HashMap<SlackBlockId, HashMap<SlackActionId, SlackViewStateValue>>,
}Fields
values: HashMap<SlackBlockId, HashMap<SlackActionId, SlackViewStateValue>>Trait Implementations
sourceimpl From<SlackViewStateInit> for SlackViewState
impl From<SlackViewStateInit> for SlackViewState
sourcefn from(value: SlackViewStateInit) -> Self
fn from(value: SlackViewStateInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for SlackViewStateInit
impl Send for SlackViewStateInit
impl Sync for SlackViewStateInit
impl Unpin for SlackViewStateInit
impl UnwindSafe for SlackViewStateInit
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