pub struct SlackClientSocketModeProtocolErrorInit {
pub message: String,
}
Fields§
§message: String
Trait Implementations§
source§impl From<SlackClientSocketModeProtocolErrorInit> for SlackClientSocketModeProtocolError
impl From<SlackClientSocketModeProtocolErrorInit> for SlackClientSocketModeProtocolError
source§fn 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§
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