pub struct StreamTransport { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for StreamTransport
impl Clone for StreamTransport
Source§fn clone(&self) -> StreamTransport
fn clone(&self) -> StreamTransport
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StreamTransport
impl Debug for StreamTransport
Source§impl From<StreamTransport> for Transport
Available on crate feature stream and non-WebAssembly only.
impl From<StreamTransport> for Transport
Available on crate feature
stream and non-WebAssembly only.Source§fn from(v: StreamTransport) -> Transport
fn from(v: StreamTransport) -> Transport
Converts to this type from the input type.
Source§impl TryInto<StreamTransport> for Transport
Available on crate feature stream and non-WebAssembly only.
impl TryInto<StreamTransport> for Transport
Available on crate feature
stream and non-WebAssembly only.Auto Trait Implementations§
impl Freeze for StreamTransport
impl !RefUnwindSafe for StreamTransport
impl Send for StreamTransport
impl Sync for StreamTransport
impl Unpin for StreamTransport
impl !UnwindSafe for StreamTransport
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