pub struct WebTransportStreamId(/* private fields */);Available on (crate features
http1 or http2 or http3) and crate feature http3 and crate feature webtransport only.Expand description
A WebTransport stream identifier.
Implementations§
Trait Implementations§
Source§impl Clone for WebTransportStreamId
impl Clone for WebTransportStreamId
Source§fn clone(&self) -> WebTransportStreamId
fn clone(&self) -> WebTransportStreamId
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 WebTransportStreamId
impl Debug for WebTransportStreamId
Source§impl Display for WebTransportStreamId
impl Display for WebTransportStreamId
Source§impl From<SessionId> for WebTransportStreamId
impl From<SessionId> for WebTransportStreamId
Source§impl Hash for WebTransportStreamId
impl Hash for WebTransportStreamId
Source§impl PartialEq for WebTransportStreamId
impl PartialEq for WebTransportStreamId
impl Copy for WebTransportStreamId
impl Eq for WebTransportStreamId
impl StructuralPartialEq for WebTransportStreamId
Auto Trait Implementations§
impl Freeze for WebTransportStreamId
impl RefUnwindSafe for WebTransportStreamId
impl Send for WebTransportStreamId
impl Sync for WebTransportStreamId
impl Unpin for WebTransportStreamId
impl UnwindSafe for WebTransportStreamId
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.