Struct slack_morphism::prelude::blocks::SlackViewStateInit
source · pub struct SlackViewStateInit {
pub values: HashMap<SlackBlockId, HashMap<SlackActionId, SlackViewStateValue>>,
}
Fields§
§values: HashMap<SlackBlockId, HashMap<SlackActionId, SlackViewStateValue>>
Trait Implementations§
source§impl From<SlackViewStateInit> for SlackViewState
impl From<SlackViewStateInit> for SlackViewState
source§fn 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§
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