Struct slack_morphism::SlackEnvelopeMessage
source · pub struct SlackEnvelopeMessage {
pub ok: bool,
pub error: Option<String>,
pub errors: Option<Vec<String>>,
pub warnings: Option<Vec<String>>,
}
Fields§
§ok: bool
§error: Option<String>
§errors: Option<Vec<String>>
§warnings: Option<Vec<String>>
Trait Implementations§
source§impl Clone for SlackEnvelopeMessage
impl Clone for SlackEnvelopeMessage
source§fn clone(&self) -> SlackEnvelopeMessage
fn clone(&self) -> SlackEnvelopeMessage
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 Debug for SlackEnvelopeMessage
impl Debug for SlackEnvelopeMessage
source§impl<'de> Deserialize<'de> for SlackEnvelopeMessage
impl<'de> Deserialize<'de> for SlackEnvelopeMessage
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 PartialEq for SlackEnvelopeMessage
impl PartialEq for SlackEnvelopeMessage
source§fn eq(&self, other: &SlackEnvelopeMessage) -> bool
fn eq(&self, other: &SlackEnvelopeMessage) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for SlackEnvelopeMessage
impl Serialize for SlackEnvelopeMessage
impl Eq for SlackEnvelopeMessage
impl StructuralEq for SlackEnvelopeMessage
impl StructuralPartialEq for SlackEnvelopeMessage
Auto Trait Implementations§
impl RefUnwindSafe for SlackEnvelopeMessage
impl Send for SlackEnvelopeMessage
impl Sync for SlackEnvelopeMessage
impl Unpin for SlackEnvelopeMessage
impl UnwindSafe for SlackEnvelopeMessage
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