pub struct SlackApiViewsUpdateResponseInit {
pub view: SlackStatefulView,
}Fields
view: SlackStatefulViewTrait Implementations
sourceimpl From<SlackApiViewsUpdateResponseInit> for SlackApiViewsUpdateResponse
impl From<SlackApiViewsUpdateResponseInit> for SlackApiViewsUpdateResponse
sourcefn from(value: SlackApiViewsUpdateResponseInit) -> Self
fn from(value: SlackApiViewsUpdateResponseInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for SlackApiViewsUpdateResponseInit
impl Send for SlackApiViewsUpdateResponseInit
impl Sync for SlackApiViewsUpdateResponseInit
impl Unpin for SlackApiViewsUpdateResponseInit
impl UnwindSafe for SlackApiViewsUpdateResponseInit
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