EvnetData

Enum EvnetData 

Source
pub enum EvnetData {
Show 39 variants ServerListening(ServerListening), ConnectionStarted(ConnectionStarted), ConnectionClosed(ConnectionClosed), ConnectionIdUpdated(ConnectionIdUpdated), SpinBitUpdated(SpinBitUpdated), ConnectionStateUpdated(ConnectionStateUpdated), PathAssigned(PathAssigned), MtuUpdated(MtuUpdated), VersionInformation(VersionInformation), ALPNInformation(ALPNInformation), ParametersSet(ParametersSet), ParametersRestored(ParametersRestored), PacketSent(PacketSent), PacketReceived(PacketReceived), PacketDropped(PacketDropped), PacketBuffered(PacketBuffered), PacketsAcked(PacketsAcked), UdpDatagramSent(UdpDatagramsSent), UdpDatagramReceived(UdpDatagramsReceived), UdpDatagramDropped(UdpDatagramDropped), StreamStateUpdated(StreamStateUpdated), FramesProcessed(FramesProcessed), StreamDataMoved(StreamDataMoved), DatagramDataMoved(DatagramDataMoved), MigrationStateUpdated(MigrationStateUpdated), KeyUpdated(KeyUpdated), KeyDiscarded(KeyDiscarded), RecoveryParametersSet(RecoveryParametersSet), RecoveryMetricsUpdated(RecoveryMetricsUpdated), CongestionStateUpdated(CongestionStateUpdated), LossTimerUpdated(LossTimerUpdated), PacketLost(PacketLost), MarkedForRetransmit(MarkedForRetransmit), ECNStateUpdated(ECNStateUpdated), Error(Error), Warning(Warning), Info(Info), Debug(Debug), Verbose(Verbose),
}

Variants§

§

ServerListening(ServerListening)

§

ConnectionStarted(ConnectionStarted)

§

ConnectionClosed(ConnectionClosed)

§

ConnectionIdUpdated(ConnectionIdUpdated)

§

SpinBitUpdated(SpinBitUpdated)

§

ConnectionStateUpdated(ConnectionStateUpdated)

§

PathAssigned(PathAssigned)

§

MtuUpdated(MtuUpdated)

§

VersionInformation(VersionInformation)

§

ALPNInformation(ALPNInformation)

§

ParametersSet(ParametersSet)

§

ParametersRestored(ParametersRestored)

§

PacketSent(PacketSent)

§

PacketReceived(PacketReceived)

§

PacketDropped(PacketDropped)

§

PacketBuffered(PacketBuffered)

§

PacketsAcked(PacketsAcked)

§

UdpDatagramSent(UdpDatagramsSent)

§

UdpDatagramReceived(UdpDatagramsReceived)

§

UdpDatagramDropped(UdpDatagramDropped)

§

StreamStateUpdated(StreamStateUpdated)

§

FramesProcessed(FramesProcessed)

§

StreamDataMoved(StreamDataMoved)

§

DatagramDataMoved(DatagramDataMoved)

§

MigrationStateUpdated(MigrationStateUpdated)

§

KeyUpdated(KeyUpdated)

§

KeyDiscarded(KeyDiscarded)

§

RecoveryParametersSet(RecoveryParametersSet)

§

RecoveryMetricsUpdated(RecoveryMetricsUpdated)

§

CongestionStateUpdated(CongestionStateUpdated)

§

LossTimerUpdated(LossTimerUpdated)

§

PacketLost(PacketLost)

§

MarkedForRetransmit(MarkedForRetransmit)

§

ECNStateUpdated(ECNStateUpdated)

§

Error(Error)

§

Warning(Warning)

§

Info(Info)

§

Debug(Debug)

§

Verbose(Verbose)

Trait Implementations§

Source§

impl BeEventData for EvnetData

Source§

fn scheme(&self) -> &'static str

Source§

fn importance(&self) -> EventImportance

Source§

impl Clone for EvnetData

Source§

fn clone(&self) -> EvnetData

Returns a duplicate of the value. Read more
1.0.0§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for EvnetData

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<'de> Deserialize<'de> for EvnetData

Source§

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 From<ALPNInformation> for EvnetData

Source§

fn from(v: ALPNInformation) -> EvnetData

Converts to this type from the input type.
Source§

impl From<CongestionStateUpdated> for EvnetData

Source§

fn from(v: CongestionStateUpdated) -> EvnetData

Converts to this type from the input type.
Source§

impl From<ConnectionClosed> for EvnetData

Source§

fn from(v: ConnectionClosed) -> EvnetData

Converts to this type from the input type.
Source§

impl From<ConnectionIdUpdated> for EvnetData

Source§

fn from(v: ConnectionIdUpdated) -> EvnetData

Converts to this type from the input type.
Source§

impl From<ConnectionStarted> for EvnetData

Source§

fn from(v: ConnectionStarted) -> EvnetData

Converts to this type from the input type.
Source§

impl From<ConnectionStateUpdated> for EvnetData

Source§

fn from(v: ConnectionStateUpdated) -> EvnetData

Converts to this type from the input type.
Source§

impl From<DatagramDataMoved> for EvnetData

Source§

fn from(v: DatagramDataMoved) -> EvnetData

Converts to this type from the input type.
Source§

impl From<Debug> for EvnetData

Source§

fn from(v: Debug) -> EvnetData

Converts to this type from the input type.
Source§

impl From<ECNStateUpdated> for EvnetData

Source§

fn from(v: ECNStateUpdated) -> EvnetData

Converts to this type from the input type.
Source§

impl From<Error> for EvnetData

Source§

fn from(v: Error) -> EvnetData

Converts to this type from the input type.
Source§

impl From<FramesProcessed> for EvnetData

Source§

fn from(v: FramesProcessed) -> EvnetData

Converts to this type from the input type.
Source§

impl From<Info> for EvnetData

Source§

fn from(v: Info) -> EvnetData

Converts to this type from the input type.
Source§

impl From<KeyDiscarded> for EvnetData

Source§

fn from(v: KeyDiscarded) -> EvnetData

Converts to this type from the input type.
Source§

impl From<KeyUpdated> for EvnetData

Source§

fn from(v: KeyUpdated) -> EvnetData

Converts to this type from the input type.
Source§

impl From<LossTimerUpdated> for EvnetData

Source§

fn from(v: LossTimerUpdated) -> EvnetData

Converts to this type from the input type.
Source§

impl From<MarkedForRetransmit> for EvnetData

Source§

fn from(v: MarkedForRetransmit) -> EvnetData

Converts to this type from the input type.
Source§

impl From<MigrationStateUpdated> for EvnetData

Source§

fn from(v: MigrationStateUpdated) -> EvnetData

Converts to this type from the input type.
Source§

impl From<MtuUpdated> for EvnetData

Source§

fn from(v: MtuUpdated) -> EvnetData

Converts to this type from the input type.
Source§

impl From<PacketBuffered> for EvnetData

Source§

fn from(v: PacketBuffered) -> EvnetData

Converts to this type from the input type.
Source§

impl From<PacketDropped> for EvnetData

Source§

fn from(v: PacketDropped) -> EvnetData

Converts to this type from the input type.
Source§

impl From<PacketLost> for EvnetData

Source§

fn from(v: PacketLost) -> EvnetData

Converts to this type from the input type.
Source§

impl From<PacketReceived> for EvnetData

Source§

fn from(v: PacketReceived) -> EvnetData

Converts to this type from the input type.
Source§

impl From<PacketSent> for EvnetData

Source§

fn from(v: PacketSent) -> EvnetData

Converts to this type from the input type.
Source§

impl From<PacketsAcked> for EvnetData

Source§

fn from(v: PacketsAcked) -> EvnetData

Converts to this type from the input type.
Source§

impl From<ParametersRestored> for EvnetData

Source§

fn from(v: ParametersRestored) -> EvnetData

Converts to this type from the input type.
Source§

impl From<ParametersSet> for EvnetData

Source§

fn from(v: ParametersSet) -> EvnetData

Converts to this type from the input type.
Source§

impl From<PathAssigned> for EvnetData

Source§

fn from(v: PathAssigned) -> EvnetData

Converts to this type from the input type.
Source§

impl From<RecoveryMetricsUpdated> for EvnetData

Source§

fn from(v: RecoveryMetricsUpdated) -> EvnetData

Converts to this type from the input type.
Source§

impl From<RecoveryParametersSet> for EvnetData

Source§

fn from(v: RecoveryParametersSet) -> EvnetData

Converts to this type from the input type.
Source§

impl From<ServerListening> for EvnetData

Source§

fn from(v: ServerListening) -> EvnetData

Converts to this type from the input type.
Source§

impl From<SpinBitUpdated> for EvnetData

Source§

fn from(v: SpinBitUpdated) -> EvnetData

Converts to this type from the input type.
Source§

impl From<StreamDataMoved> for EvnetData

Source§

fn from(v: StreamDataMoved) -> EvnetData

Converts to this type from the input type.
Source§

impl From<StreamStateUpdated> for EvnetData

Source§

fn from(v: StreamStateUpdated) -> EvnetData

Converts to this type from the input type.
Source§

impl From<UdpDatagramDropped> for EvnetData

Source§

fn from(v: UdpDatagramDropped) -> EvnetData

Converts to this type from the input type.
Source§

impl From<UdpDatagramsReceived> for EvnetData

Source§

fn from(v: UdpDatagramsReceived) -> EvnetData

Converts to this type from the input type.
Source§

impl From<UdpDatagramsSent> for EvnetData

Source§

fn from(v: UdpDatagramsSent) -> EvnetData

Converts to this type from the input type.
Source§

impl From<Verbose> for EvnetData

Source§

fn from(v: Verbose) -> EvnetData

Converts to this type from the input type.
Source§

impl From<VersionInformation> for EvnetData

Source§

fn from(v: VersionInformation) -> EvnetData

Converts to this type from the input type.
Source§

impl From<Warning> for EvnetData

Source§

fn from(v: Warning) -> EvnetData

Converts to this type from the input type.
Source§

impl PartialEq for EvnetData

Source§

fn eq(&self, other: &EvnetData) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl Serialize for EvnetData

Source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
Source§

impl TryFrom<EvnetData> for EventData

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(value: EvnetData) -> Result<Self, Self::Error>

Performs the conversion.
Source§

impl TryInto<ALPNInformation> for EvnetData

Source§

type Error = &'static str

The type returned in the event of a conversion error.
Source§

fn try_into( self, ) -> Result<ALPNInformation, <Self as TryInto<ALPNInformation>>::Error>

Performs the conversion.
Source§

impl TryInto<CongestionStateUpdated> for EvnetData

Source§

type Error = &'static str

The type returned in the event of a conversion error.
Source§

fn try_into( self, ) -> Result<CongestionStateUpdated, <Self as TryInto<CongestionStateUpdated>>::Error>

Performs the conversion.
Source§

impl TryInto<ConnectionClosed> for EvnetData

Source§

type Error = &'static str

The type returned in the event of a conversion error.
Source§

fn try_into( self, ) -> Result<ConnectionClosed, <Self as TryInto<ConnectionClosed>>::Error>

Performs the conversion.
Source§

impl TryInto<ConnectionIdUpdated> for EvnetData

Source§

type Error = &'static str

The type returned in the event of a conversion error.
Source§

fn try_into( self, ) -> Result<ConnectionIdUpdated, <Self as TryInto<ConnectionIdUpdated>>::Error>

Performs the conversion.
Source§

impl TryInto<ConnectionStarted> for EvnetData

Source§

type Error = &'static str

The type returned in the event of a conversion error.
Source§

fn try_into( self, ) -> Result<ConnectionStarted, <Self as TryInto<ConnectionStarted>>::Error>

Performs the conversion.
Source§

impl TryInto<ConnectionStateUpdated> for EvnetData

Source§

type Error = &'static str

The type returned in the event of a conversion error.
Source§

fn try_into( self, ) -> Result<ConnectionStateUpdated, <Self as TryInto<ConnectionStateUpdated>>::Error>

Performs the conversion.
Source§

impl TryInto<DatagramDataMoved> for EvnetData

Source§

type Error = &'static str

The type returned in the event of a conversion error.
Source§

fn try_into( self, ) -> Result<DatagramDataMoved, <Self as TryInto<DatagramDataMoved>>::Error>

Performs the conversion.
Source§

impl TryInto<Debug> for EvnetData

Source§

type Error = &'static str

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<Debug, <Self as TryInto<Debug>>::Error>

Performs the conversion.
Source§

impl TryInto<ECNStateUpdated> for EvnetData

Source§

type Error = &'static str

The type returned in the event of a conversion error.
Source§

fn try_into( self, ) -> Result<ECNStateUpdated, <Self as TryInto<ECNStateUpdated>>::Error>

Performs the conversion.
Source§

impl TryInto<Error> for EvnetData

Source§

type Error = &'static str

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<Error, <Self as TryInto<Error>>::Error>

Performs the conversion.
Source§

impl TryInto<FramesProcessed> for EvnetData

Source§

type Error = &'static str

The type returned in the event of a conversion error.
Source§

fn try_into( self, ) -> Result<FramesProcessed, <Self as TryInto<FramesProcessed>>::Error>

Performs the conversion.
Source§

impl TryInto<Info> for EvnetData

Source§

type Error = &'static str

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<Info, <Self as TryInto<Info>>::Error>

Performs the conversion.
Source§

impl TryInto<KeyDiscarded> for EvnetData

Source§

type Error = &'static str

The type returned in the event of a conversion error.
Source§

fn try_into( self, ) -> Result<KeyDiscarded, <Self as TryInto<KeyDiscarded>>::Error>

Performs the conversion.
Source§

impl TryInto<KeyUpdated> for EvnetData

Source§

type Error = &'static str

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<KeyUpdated, <Self as TryInto<KeyUpdated>>::Error>

Performs the conversion.
Source§

impl TryInto<LossTimerUpdated> for EvnetData

Source§

type Error = &'static str

The type returned in the event of a conversion error.
Source§

fn try_into( self, ) -> Result<LossTimerUpdated, <Self as TryInto<LossTimerUpdated>>::Error>

Performs the conversion.
Source§

impl TryInto<MarkedForRetransmit> for EvnetData

Source§

type Error = &'static str

The type returned in the event of a conversion error.
Source§

fn try_into( self, ) -> Result<MarkedForRetransmit, <Self as TryInto<MarkedForRetransmit>>::Error>

Performs the conversion.
Source§

impl TryInto<MigrationStateUpdated> for EvnetData

Source§

type Error = &'static str

The type returned in the event of a conversion error.
Source§

fn try_into( self, ) -> Result<MigrationStateUpdated, <Self as TryInto<MigrationStateUpdated>>::Error>

Performs the conversion.
Source§

impl TryInto<MtuUpdated> for EvnetData

Source§

type Error = &'static str

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<MtuUpdated, <Self as TryInto<MtuUpdated>>::Error>

Performs the conversion.
Source§

impl TryInto<PacketBuffered> for EvnetData

Source§

type Error = &'static str

The type returned in the event of a conversion error.
Source§

fn try_into( self, ) -> Result<PacketBuffered, <Self as TryInto<PacketBuffered>>::Error>

Performs the conversion.
Source§

impl TryInto<PacketDropped> for EvnetData

Source§

type Error = &'static str

The type returned in the event of a conversion error.
Source§

fn try_into( self, ) -> Result<PacketDropped, <Self as TryInto<PacketDropped>>::Error>

Performs the conversion.
Source§

impl TryInto<PacketLost> for EvnetData

Source§

type Error = &'static str

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<PacketLost, <Self as TryInto<PacketLost>>::Error>

Performs the conversion.
Source§

impl TryInto<PacketReceived> for EvnetData

Source§

type Error = &'static str

The type returned in the event of a conversion error.
Source§

fn try_into( self, ) -> Result<PacketReceived, <Self as TryInto<PacketReceived>>::Error>

Performs the conversion.
Source§

impl TryInto<PacketSent> for EvnetData

Source§

type Error = &'static str

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<PacketSent, <Self as TryInto<PacketSent>>::Error>

Performs the conversion.
Source§

impl TryInto<PacketsAcked> for EvnetData

Source§

type Error = &'static str

The type returned in the event of a conversion error.
Source§

fn try_into( self, ) -> Result<PacketsAcked, <Self as TryInto<PacketsAcked>>::Error>

Performs the conversion.
Source§

impl TryInto<ParametersRestored> for EvnetData

Source§

type Error = &'static str

The type returned in the event of a conversion error.
Source§

fn try_into( self, ) -> Result<ParametersRestored, <Self as TryInto<ParametersRestored>>::Error>

Performs the conversion.
Source§

impl TryInto<ParametersSet> for EvnetData

Source§

type Error = &'static str

The type returned in the event of a conversion error.
Source§

fn try_into( self, ) -> Result<ParametersSet, <Self as TryInto<ParametersSet>>::Error>

Performs the conversion.
Source§

impl TryInto<PathAssigned> for EvnetData

Source§

type Error = &'static str

The type returned in the event of a conversion error.
Source§

fn try_into( self, ) -> Result<PathAssigned, <Self as TryInto<PathAssigned>>::Error>

Performs the conversion.
Source§

impl TryInto<RecoveryMetricsUpdated> for EvnetData

Source§

type Error = &'static str

The type returned in the event of a conversion error.
Source§

fn try_into( self, ) -> Result<RecoveryMetricsUpdated, <Self as TryInto<RecoveryMetricsUpdated>>::Error>

Performs the conversion.
Source§

impl TryInto<RecoveryParametersSet> for EvnetData

Source§

type Error = &'static str

The type returned in the event of a conversion error.
Source§

fn try_into( self, ) -> Result<RecoveryParametersSet, <Self as TryInto<RecoveryParametersSet>>::Error>

Performs the conversion.
Source§

impl TryInto<ServerListening> for EvnetData

Source§

type Error = &'static str

The type returned in the event of a conversion error.
Source§

fn try_into( self, ) -> Result<ServerListening, <Self as TryInto<ServerListening>>::Error>

Performs the conversion.
Source§

impl TryInto<SpinBitUpdated> for EvnetData

Source§

type Error = &'static str

The type returned in the event of a conversion error.
Source§

fn try_into( self, ) -> Result<SpinBitUpdated, <Self as TryInto<SpinBitUpdated>>::Error>

Performs the conversion.
Source§

impl TryInto<StreamDataMoved> for EvnetData

Source§

type Error = &'static str

The type returned in the event of a conversion error.
Source§

fn try_into( self, ) -> Result<StreamDataMoved, <Self as TryInto<StreamDataMoved>>::Error>

Performs the conversion.
Source§

impl TryInto<StreamStateUpdated> for EvnetData

Source§

type Error = &'static str

The type returned in the event of a conversion error.
Source§

fn try_into( self, ) -> Result<StreamStateUpdated, <Self as TryInto<StreamStateUpdated>>::Error>

Performs the conversion.
Source§

impl TryInto<UdpDatagramDropped> for EvnetData

Source§

type Error = &'static str

The type returned in the event of a conversion error.
Source§

fn try_into( self, ) -> Result<UdpDatagramDropped, <Self as TryInto<UdpDatagramDropped>>::Error>

Performs the conversion.
Source§

impl TryInto<UdpDatagramsReceived> for EvnetData

Source§

type Error = &'static str

The type returned in the event of a conversion error.
Source§

fn try_into( self, ) -> Result<UdpDatagramsReceived, <Self as TryInto<UdpDatagramsReceived>>::Error>

Performs the conversion.
Source§

impl TryInto<UdpDatagramsSent> for EvnetData

Source§

type Error = &'static str

The type returned in the event of a conversion error.
Source§

fn try_into( self, ) -> Result<UdpDatagramsSent, <Self as TryInto<UdpDatagramsSent>>::Error>

Performs the conversion.
Source§

impl TryInto<Verbose> for EvnetData

Source§

type Error = &'static str

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<Verbose, <Self as TryInto<Verbose>>::Error>

Performs the conversion.
Source§

impl TryInto<VersionInformation> for EvnetData

Source§

type Error = &'static str

The type returned in the event of a conversion error.
Source§

fn try_into( self, ) -> Result<VersionInformation, <Self as TryInto<VersionInformation>>::Error>

Performs the conversion.
Source§

impl TryInto<Warning> for EvnetData

Source§

type Error = &'static str

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<Warning, <Self as TryInto<Warning>>::Error>

Performs the conversion.
Source§

impl StructuralPartialEq for EvnetData

Auto Trait Implementations§

Blanket Implementations§

§

impl<T> Any for T
where T: 'static + ?Sized,

§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Borrow<T> for T
where T: ?Sized,

§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
§

impl<T> BorrowMut<T> for T
where T: ?Sized,

§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CloneToUninit for T
where T: Clone,

§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
§

impl<T> From<T> for T

§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
§

impl<T, U> Into<U> for T
where U: From<T>,

§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<V, T> VZip<V> for T
where V: MultiLane<T>,

Source§

fn vzip(self) -> V

Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more
Source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,