pub struct SlackClientProtocolErrorInit {
pub json_error: Error,
}Fields
json_error: ErrorTrait Implementations
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for SlackClientProtocolErrorInit
impl Send for SlackClientProtocolErrorInit
impl Sync for SlackClientProtocolErrorInit
impl Unpin for SlackClientProtocolErrorInit
impl !UnwindSafe for SlackClientProtocolErrorInit
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