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