Struct ExConnectToUrl
pub struct ExConnectToUrl<'ex> { /* private fields */ }Expand description
Default-param extender for WebSocketPeer::connect_to_url_ex.
Implementations§
§impl<'ex> ExConnectToUrl<'ex>
impl<'ex> ExConnectToUrl<'ex>
pub fn tls_client_options( self, tls_client_options: impl AsArg<Option<Gd<TlsOptions>>> + 'ex, ) -> ExConnectToUrl<'ex>
pub fn done(self) -> Error
Auto Trait Implementations§
impl<'ex> Freeze for ExConnectToUrl<'ex>
impl<'ex> RefUnwindSafe for ExConnectToUrl<'ex>
impl<'ex> !Send for ExConnectToUrl<'ex>
impl<'ex> !Sync for ExConnectToUrl<'ex>
impl<'ex> Unpin for ExConnectToUrl<'ex>
impl<'ex> !UnwindSafe for ExConnectToUrl<'ex>
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