pub struct SlackClientSocketModeProtocolErrorInit {
pub message: String,
}Fields
message: StringTrait Implementations
sourceimpl From<SlackClientSocketModeProtocolErrorInit> for SlackClientSocketModeProtocolError
impl From<SlackClientSocketModeProtocolErrorInit> for SlackClientSocketModeProtocolError
sourcefn from(value: SlackClientSocketModeProtocolErrorInit) -> Self
fn from(value: SlackClientSocketModeProtocolErrorInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for SlackClientSocketModeProtocolErrorInit
impl Send for SlackClientSocketModeProtocolErrorInit
impl Sync for SlackClientSocketModeProtocolErrorInit
impl Unpin for SlackClientSocketModeProtocolErrorInit
impl UnwindSafe for SlackClientSocketModeProtocolErrorInit
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