Struct slack_morphism::blocks::SlackViewStateValueInit
source · [−]pub struct SlackViewStateValueInit {
pub action_type: SlackActionType,
}Fields
action_type: SlackActionTypeTrait Implementations
sourceimpl From<SlackViewStateValueInit> for SlackViewStateValue
impl From<SlackViewStateValueInit> for SlackViewStateValue
sourcefn from(value: SlackViewStateValueInit) -> Self
fn from(value: SlackViewStateValueInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for SlackViewStateValueInit
impl Send for SlackViewStateValueInit
impl Sync for SlackViewStateValueInit
impl Unpin for SlackViewStateValueInit
impl UnwindSafe for SlackViewStateValueInit
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