pub struct SlackApiAppsConnectionOpenResponseInit {
pub url: SlackWebSocketsUrl,
}
Fields§
§url: SlackWebSocketsUrl
Trait Implementations§
source§impl From<SlackApiAppsConnectionOpenResponseInit> for SlackApiAppsConnectionOpenResponse
impl From<SlackApiAppsConnectionOpenResponseInit> for SlackApiAppsConnectionOpenResponse
source§fn from(value: SlackApiAppsConnectionOpenResponseInit) -> Self
fn from(value: SlackApiAppsConnectionOpenResponseInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for SlackApiAppsConnectionOpenResponseInit
impl Send for SlackApiAppsConnectionOpenResponseInit
impl Sync for SlackApiAppsConnectionOpenResponseInit
impl Unpin for SlackApiAppsConnectionOpenResponseInit
impl UnwindSafe for SlackApiAppsConnectionOpenResponseInit
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