Struct slack_morphism_models::blocks::SlackViewStateInit
source · [−]Fields
values: HashMap<String, Value>Trait Implementations
sourceimpl From<SlackViewStateInit> for SlackViewState
impl From<SlackViewStateInit> for SlackViewState
sourcefn from(value: SlackViewStateInit) -> Self
fn from(value: SlackViewStateInit) -> Self
Performs the conversion.
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 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