pub(crate) struct SuppressExpectedRmcpDrainClose;Trait Implementations§
Source§impl Clone for SuppressExpectedRmcpDrainClose
impl Clone for SuppressExpectedRmcpDrainClose
Source§fn clone(&self) -> SuppressExpectedRmcpDrainClose
fn clone(&self) -> SuppressExpectedRmcpDrainClose
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SuppressExpectedRmcpDrainClose
Source§impl<S> Filter<S> for SuppressExpectedRmcpDrainClosewhere
S: Subscriber,
impl<S> Filter<S> for SuppressExpectedRmcpDrainClosewhere
S: Subscriber,
Source§fn enabled(&self, _meta: &Metadata<'_>, _cx: &Context<'_, S>) -> bool
fn enabled(&self, _meta: &Metadata<'_>, _cx: &Context<'_, S>) -> bool
Returns
true if this layer is interested in a span or event with the
given Metadata in the current [Context], similarly to
Subscriber::enabled. Read moreSource§fn event_enabled(&self, event: &Event<'_>, _cx: &Context<'_, S>) -> bool
fn event_enabled(&self, event: &Event<'_>, _cx: &Context<'_, S>) -> bool
Called before the filtered [
Layer]'s [on_event], to determine if on_event` should be called. Read more§fn callsite_enabled(&self, meta: &'static Metadata<'static>) -> Interest
fn callsite_enabled(&self, meta: &'static Metadata<'static>) -> Interest
§fn max_level_hint(&self) -> Option<LevelFilter>
fn max_level_hint(&self) -> Option<LevelFilter>
§fn on_new_span(&self, attrs: &Attributes<'_>, id: &Id, ctx: Context<'_, S>)
fn on_new_span(&self, attrs: &Attributes<'_>, id: &Id, ctx: Context<'_, S>)
§fn on_enter(&self, id: &Id, ctx: Context<'_, S>)
fn on_enter(&self, id: &Id, ctx: Context<'_, S>)
Notifies this filter that a span with the given ID was entered. Read more
Auto Trait Implementations§
impl Freeze for SuppressExpectedRmcpDrainClose
impl RefUnwindSafe for SuppressExpectedRmcpDrainClose
impl Send for SuppressExpectedRmcpDrainClose
impl Sync for SuppressExpectedRmcpDrainClose
impl Unpin for SuppressExpectedRmcpDrainClose
impl UnsafeUnpin for SuppressExpectedRmcpDrainClose
impl UnwindSafe for SuppressExpectedRmcpDrainClose
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<F, S> FilterExt<S> for Fwhere
F: Filter<S>,
impl<F, S> FilterExt<S> for Fwhere
F: Filter<S>,
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more