pub struct SlackApiAppsConnectionOpenResponseInit {
pub url: SlackWebSocketsUrl,
}Fields
url: SlackWebSocketsUrlTrait Implementations
sourceimpl From<SlackApiAppsConnectionOpenResponseInit> for SlackApiAppsConnectionOpenResponse
impl From<SlackApiAppsConnectionOpenResponseInit> for SlackApiAppsConnectionOpenResponse
sourcefn 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
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