Struct slack_web_api::SlackSystemError
source · pub struct SlackSystemError {
pub message: Option<String>,
}Fields§
§message: Option<String>Implementations§
source§impl SlackSystemError
impl SlackSystemError
pub fn new(message: String) -> SlackSystemError
Trait Implementations§
source§impl Debug for SlackSystemError
impl Debug for SlackSystemError
source§impl From<SlackSystemError> for SlackError
impl From<SlackSystemError> for SlackError
source§fn from(value: SlackSystemError) -> Self
fn from(value: SlackSystemError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for SlackSystemError
impl Send for SlackSystemError
impl Sync for SlackSystemError
impl Unpin for SlackSystemError
impl UnwindSafe for SlackSystemError
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