pub struct SlackEventSignatureCryptoInitError {
pub message: String,
}Fields
message: StringImplementations
Trait Implementations
sourceimpl Clone for SlackEventSignatureCryptoInitError
impl Clone for SlackEventSignatureCryptoInitError
sourcefn clone(&self) -> SlackEventSignatureCryptoInitError
fn clone(&self) -> SlackEventSignatureCryptoInitError
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Error for SlackEventSignatureCryptoInitError
impl Error for SlackEventSignatureCryptoInitError
1.30.0 · sourcefn 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 · sourcefn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
sourceimpl From<SlackEventSignatureCryptoInitErrorInit> for SlackEventSignatureCryptoInitError
impl From<SlackEventSignatureCryptoInitErrorInit> for SlackEventSignatureCryptoInitError
sourcefn from(value: SlackEventSignatureCryptoInitErrorInit) -> Self
fn from(value: SlackEventSignatureCryptoInitErrorInit) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<SlackEventSignatureCryptoInitError> for SlackEventSignatureCryptoInitError
impl PartialEq<SlackEventSignatureCryptoInitError> for SlackEventSignatureCryptoInitError
sourcefn eq(&self, other: &SlackEventSignatureCryptoInitError) -> bool
fn eq(&self, other: &SlackEventSignatureCryptoInitError) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more