Struct cyfs_bdt::tunnel::ConnectStreamBuilder
source · [−]pub struct ConnectStreamBuilder(_);Implementations
Trait Implementations
sourceimpl Clone for ConnectStreamBuilder
impl Clone for ConnectStreamBuilder
sourcefn clone(&self) -> ConnectStreamBuilder
fn clone(&self) -> ConnectStreamBuilder
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Display for ConnectStreamBuilder
impl Display for ConnectStreamBuilder
sourceimpl TunnelBuilder for ConnectStreamBuilder
impl TunnelBuilder for ConnectStreamBuilder
fn sequence(&self) -> TempSeq
fn state(&self) -> TunnelBuilderState
fn wait_establish<'life0, 'async_trait>(
&'life0 self
) -> Pin<Box<dyn Future<Output = Result<(), BuckyError>> + Send + 'async_trait>>ⓘNotable traits for Pin<P>impl<P> Future for Pin<P> where
P: DerefMut,
<P as Deref>::Target: Future, type Output = <<P as Deref>::Target as Future>::Output; where
'life0: 'async_trait,
Self: 'async_trait,
P: DerefMut,
<P as Deref>::Target: Future, type Output = <<P as Deref>::Target as Future>::Output;
Auto Trait Implementations
impl !RefUnwindSafe for ConnectStreamBuilder
impl Send for ConnectStreamBuilder
impl Sync for ConnectStreamBuilder
impl Unpin for ConnectStreamBuilder
impl !UnwindSafe for ConnectStreamBuilder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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