Struct slack_morphism::api::SlackApiViewsPushResponseInit
source · pub struct SlackApiViewsPushResponseInit {
pub view: SlackStatefulView,
}
Fields§
§view: SlackStatefulView
Trait Implementations§
source§impl From<SlackApiViewsPushResponseInit> for SlackApiViewsPushResponse
impl From<SlackApiViewsPushResponseInit> for SlackApiViewsPushResponse
source§fn 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§
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