pub struct SlackViewSubmissionPushResponse {
pub view: SlackView,
}Fields
view: SlackViewImplementations
Trait Implementations
sourceimpl Clone for SlackViewSubmissionPushResponse
impl Clone for SlackViewSubmissionPushResponse
sourcefn clone(&self) -> SlackViewSubmissionPushResponse
fn clone(&self) -> SlackViewSubmissionPushResponse
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl<'de> Deserialize<'de> for SlackViewSubmissionPushResponse
impl<'de> Deserialize<'de> for SlackViewSubmissionPushResponse
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl From<SlackViewSubmissionPushResponseInit> for SlackViewSubmissionPushResponse
impl From<SlackViewSubmissionPushResponseInit> for SlackViewSubmissionPushResponse
sourcefn from(value: SlackViewSubmissionPushResponseInit) -> Self
fn from(value: SlackViewSubmissionPushResponseInit) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<SlackViewSubmissionPushResponse> for SlackViewSubmissionPushResponse
impl PartialEq<SlackViewSubmissionPushResponse> for SlackViewSubmissionPushResponse
sourcefn eq(&self, other: &SlackViewSubmissionPushResponse) -> bool
fn eq(&self, other: &SlackViewSubmissionPushResponse) -> bool
impl StructuralPartialEq for SlackViewSubmissionPushResponse
Auto Trait Implementations
impl RefUnwindSafe for SlackViewSubmissionPushResponse
impl Send for SlackViewSubmissionPushResponse
impl Sync for SlackViewSubmissionPushResponse
impl Unpin for SlackViewSubmissionPushResponse
impl UnwindSafe for SlackViewSubmissionPushResponse
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