pub struct WebTransportClosedParams {
pub transport_id: RequestId,
pub timestamp: MonotonicTime,
}Expand description
Fired when WebTransport is disposed. webTransportClosed
Fields§
§transport_id: RequestIdWebTransport identifier.
timestamp: MonotonicTimeTimestamp.
Trait Implementations§
Source§impl Clone for WebTransportClosedParams
impl Clone for WebTransportClosedParams
Source§fn clone(&self) -> WebTransportClosedParams
fn clone(&self) -> WebTransportClosedParams
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 WebTransportClosedParams
impl Debug for WebTransportClosedParams
Source§impl<'de> Deserialize<'de> for WebTransportClosedParams
impl<'de> Deserialize<'de> for WebTransportClosedParams
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for WebTransportClosedParams
impl PartialEq for WebTransportClosedParams
Source§impl Serialize for WebTransportClosedParams
impl Serialize for WebTransportClosedParams
impl StructuralPartialEq for WebTransportClosedParams
Auto Trait Implementations§
impl Freeze for WebTransportClosedParams
impl RefUnwindSafe for WebTransportClosedParams
impl Send for WebTransportClosedParams
impl Sync for WebTransportClosedParams
impl Unpin for WebTransportClosedParams
impl UnsafeUnpin for WebTransportClosedParams
impl UnwindSafe for WebTransportClosedParams
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