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