pub struct StaticFilter { /* private fields */ }Expand description
A static filter with compile-time known field name.
This is a zero-cost abstraction over Filter that avoids
the Cow<'static, str> overhead for field names.
Implementations§
Trait Implementations§
Source§impl Clone for StaticFilter
impl Clone for StaticFilter
Source§fn clone(&self) -> StaticFilter
fn clone(&self) -> StaticFilter
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StaticFilter
impl Debug for StaticFilter
Source§impl From<StaticFilter> for Filter
impl From<StaticFilter> for Filter
Source§fn from(f: StaticFilter) -> Self
fn from(f: StaticFilter) -> Self
Converts to this type from the input type.
Source§impl PartialEq for StaticFilter
impl PartialEq for StaticFilter
impl StructuralPartialEq for StaticFilter
Auto Trait Implementations§
impl Freeze for StaticFilter
impl RefUnwindSafe for StaticFilter
impl Send for StaticFilter
impl Sync for StaticFilter
impl Unpin for StaticFilter
impl UnwindSafe for StaticFilter
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)