Fields
errors: HashMap<String, String>Trait Implementations
sourceimpl From<SlackViewSubmissionErrorsResponseInit> for SlackViewSubmissionErrorsResponse
impl From<SlackViewSubmissionErrorsResponseInit> for SlackViewSubmissionErrorsResponse
sourcefn from(value: SlackViewSubmissionErrorsResponseInit) -> Self
fn from(value: SlackViewSubmissionErrorsResponseInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for SlackViewSubmissionErrorsResponseInit
impl Send for SlackViewSubmissionErrorsResponseInit
impl Sync for SlackViewSubmissionErrorsResponseInit
impl Unpin for SlackViewSubmissionErrorsResponseInit
impl UnwindSafe for SlackViewSubmissionErrorsResponseInit
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