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§impl Serialize for SlackEnvelopeMessage
impl Serialize for SlackEnvelopeMessage
impl Eq for SlackEnvelopeMessage
impl StructuralPartialEq for SlackEnvelopeMessage
Auto Trait Implementations§
impl Freeze for SlackEnvelopeMessage
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)