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