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