Struct slack_morphism::errors::SlackClientSystemError
source · [−]pub struct SlackClientSystemError {
pub message: Option<String>,
pub cause: Option<Box<dyn Error + Sync + Send + 'static>>,
}Fields
message: Option<String>cause: Option<Box<dyn Error + Sync + Send + 'static>>Implementations
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for SlackClientSystemError
impl Send for SlackClientSystemError
impl Sync for SlackClientSystemError
impl Unpin for SlackClientSystemError
impl !UnwindSafe for SlackClientSystemError
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more