pub struct SlackViewSubmissionPushResponse {
pub view: SlackView,
}Fields§
§view: SlackViewImplementations§
Trait Implementations§
source§impl Clone for SlackViewSubmissionPushResponse
impl Clone for SlackViewSubmissionPushResponse
source§fn clone(&self) -> SlackViewSubmissionPushResponse
fn clone(&self) -> SlackViewSubmissionPushResponse
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl<'de> Deserialize<'de> for SlackViewSubmissionPushResponse
impl<'de> Deserialize<'de> for SlackViewSubmissionPushResponse
source§fn 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
source§impl From<SlackViewSubmissionPushResponseInit> for SlackViewSubmissionPushResponse
impl From<SlackViewSubmissionPushResponseInit> for SlackViewSubmissionPushResponse
source§fn from(value: SlackViewSubmissionPushResponseInit) -> Self
fn from(value: SlackViewSubmissionPushResponseInit) -> Self
Converts to this type from the input type.
source§impl PartialEq<SlackViewSubmissionPushResponse> for SlackViewSubmissionPushResponse
impl PartialEq<SlackViewSubmissionPushResponse> for SlackViewSubmissionPushResponse
source§fn eq(&self, other: &SlackViewSubmissionPushResponse) -> bool
fn eq(&self, other: &SlackViewSubmissionPushResponse) -> bool
This method tests for
self and other values to be equal, and is used
by ==.