Struct slack_morphism::prelude::events::SlackUrlVerificationEvent
source · pub struct SlackUrlVerificationEvent {
pub challenge: String,
}
Fields§
§challenge: String
Implementations§
Trait Implementations§
source§impl Clone for SlackUrlVerificationEvent
impl Clone for SlackUrlVerificationEvent
source§fn clone(&self) -> SlackUrlVerificationEvent
fn clone(&self) -> SlackUrlVerificationEvent
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 SlackUrlVerificationEvent
impl Debug for SlackUrlVerificationEvent
source§impl<'de> Deserialize<'de> for SlackUrlVerificationEvent
impl<'de> Deserialize<'de> for SlackUrlVerificationEvent
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<SlackUrlVerificationEventInit> for SlackUrlVerificationEvent
impl From<SlackUrlVerificationEventInit> for SlackUrlVerificationEvent
source§fn from(value: SlackUrlVerificationEventInit) -> Self
fn from(value: SlackUrlVerificationEventInit) -> Self
Converts to this type from the input type.
source§impl PartialEq for SlackUrlVerificationEvent
impl PartialEq for SlackUrlVerificationEvent
source§fn eq(&self, other: &SlackUrlVerificationEvent) -> bool
fn eq(&self, other: &SlackUrlVerificationEvent) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for SlackUrlVerificationEvent
Auto Trait Implementations§
impl RefUnwindSafe for SlackUrlVerificationEvent
impl Send for SlackUrlVerificationEvent
impl Sync for SlackUrlVerificationEvent
impl Unpin for SlackUrlVerificationEvent
impl UnwindSafe for SlackUrlVerificationEvent
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