BeSpecificEventData

Trait BeSpecificEventData 

Source
pub trait BeSpecificEventData {
    // Required methods
    fn scheme() -> &'static str;
    fn importance() -> EventImportance;
}

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl BeSpecificEventData for Debug

Source§

impl BeSpecificEventData for Error

Source§

impl BeSpecificEventData for Info

Source§

impl BeSpecificEventData for Verbose

Source§

impl BeSpecificEventData for Warning

Source§

impl BeSpecificEventData for ConnectionClosed

Source§

impl BeSpecificEventData for ConnectionIdUpdated

Source§

impl BeSpecificEventData for ConnectionStarted

Source§

impl BeSpecificEventData for ConnectionStateUpdated

Source§

impl BeSpecificEventData for MtuUpdated

Source§

impl BeSpecificEventData for PathAssigned

Source§

impl BeSpecificEventData for ServerListening

Source§

impl BeSpecificEventData for SpinBitUpdated

Source§

impl BeSpecificEventData for CongestionStateUpdated

Source§

impl BeSpecificEventData for ECNStateUpdated

Source§

impl BeSpecificEventData for LossTimerUpdated

Source§

impl BeSpecificEventData for MarkedForRetransmit

Source§

impl BeSpecificEventData for PacketLost

Source§

impl BeSpecificEventData for RecoveryMetricsUpdated

Source§

impl BeSpecificEventData for RecoveryParametersSet

Source§

impl BeSpecificEventData for KeyDiscarded

Source§

impl BeSpecificEventData for KeyUpdated

Source§

impl BeSpecificEventData for ALPNInformation

Source§

impl BeSpecificEventData for DatagramDataMoved

Source§

impl BeSpecificEventData for FramesProcessed

Source§

impl BeSpecificEventData for MigrationStateUpdated

Source§

impl BeSpecificEventData for PacketBuffered

Source§

impl BeSpecificEventData for PacketDropped

Source§

impl BeSpecificEventData for PacketReceived

Source§

impl BeSpecificEventData for PacketSent

Source§

impl BeSpecificEventData for PacketsAcked

Source§

impl BeSpecificEventData for ParametersRestored

Source§

impl BeSpecificEventData for ParametersSet

Source§

impl BeSpecificEventData for StreamDataMoved

Source§

impl BeSpecificEventData for StreamStateUpdated

Source§

impl BeSpecificEventData for UdpDatagramDropped

Source§

impl BeSpecificEventData for UdpDatagramsReceived

Source§

impl BeSpecificEventData for UdpDatagramsSent

Source§

impl BeSpecificEventData for VersionInformation