pub struct SlackApiViewsUpdateResponseInit {
pub view: SlackStatefulView,
}
Fields§
§view: SlackStatefulView
Trait Implementations§
source§impl From<SlackApiViewsUpdateResponseInit> for SlackApiViewsUpdateResponse
impl From<SlackApiViewsUpdateResponseInit> for SlackApiViewsUpdateResponse
source§fn 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§
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