pub struct SlackEventSignatureCryptoInitError {
pub message: String,
}
Fields§
§message: String
Implementations§
Trait Implementations§
source§impl Clone for SlackEventSignatureCryptoInitError
impl Clone for SlackEventSignatureCryptoInitError
source§fn clone(&self) -> SlackEventSignatureCryptoInitError
fn clone(&self) -> SlackEventSignatureCryptoInitError
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 Error for SlackEventSignatureCryptoInitError
impl Error for SlackEventSignatureCryptoInitError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<SlackEventSignatureCryptoInitErrorInit> for SlackEventSignatureCryptoInitError
impl From<SlackEventSignatureCryptoInitErrorInit> for SlackEventSignatureCryptoInitError
source§fn from(value: SlackEventSignatureCryptoInitErrorInit) -> Self
fn from(value: SlackEventSignatureCryptoInitErrorInit) -> Self
Converts to this type from the input type.
source§impl PartialEq for SlackEventSignatureCryptoInitError
impl PartialEq for SlackEventSignatureCryptoInitError
source§fn eq(&self, other: &SlackEventSignatureCryptoInitError) -> bool
fn eq(&self, other: &SlackEventSignatureCryptoInitError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for SlackEventSignatureCryptoInitError
impl StructuralEq for SlackEventSignatureCryptoInitError
impl StructuralPartialEq for SlackEventSignatureCryptoInitError
Auto Trait Implementations§
impl RefUnwindSafe for SlackEventSignatureCryptoInitError
impl Send for SlackEventSignatureCryptoInitError
impl Sync for SlackEventSignatureCryptoInitError
impl Unpin for SlackEventSignatureCryptoInitError
impl UnwindSafe for SlackEventSignatureCryptoInitError
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