pub struct Not<A, S> { }
Available on crate features registry
and std
only.
Inverts the result of a Filter
.
If the wrapped filter would enable a span or event, it will be disabled. If it would disable a span or event, that span or event will be enabled.
This type is typically returned by the FilterExt::not
method. See that method’s documentation for details.
clone_to_uninit
#126799)
Performs copy-assignment from
self
to
dest
.
Read more Source§ Source§Available on crate features registry
and std
only.
Combines this
Filter
with another
Filter
s so that spans and events are enabled if and only if
bothfilters return
true
.
Read more Source§Available on crate features registry
and std
only.
Combines two
Filter
s so that spans and events are enabled if
eitherfilter returns
true
.
Read more Source§Available on crate features registry
and std
only.
Inverts
self
, returning a filter that enables spans and events only if
self
would
notenable them.
Read more Source§Available on crate features registry
and std
only.
Returns the argument unchanged.
Source§ Source§ Source§Calls U::from(self)
.
That is, this conversion is whatever the implementation of From<T> for U
chooses to do.
The resulting type after obtaining ownership.
Source§Creates owned data from borrowed data, usually by cloning.
Read more Source§Uses borrowed data to replace owned data, usually by cloning.
Read more Source§ Source§The type returned in the event of a conversion error.
Source§Performs the conversion.
Source§ Source§The type returned in the event of a conversion error.
Source§Performs the conversion.
Source§RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4