pub struct DataFilter { /* private fields */ }
Expand description
Contains all items that match a given filter. Can be combined with the bitwise logical operators (& |).
Trait Implementations§
Source§impl BitAnd for DataFilter
impl BitAnd for DataFilter
Source§type Output = DataFilter
type Output = DataFilter
The resulting type after applying the
&
operator.Source§impl BitOr for DataFilter
impl BitOr for DataFilter
Source§type Output = DataFilter
type Output = DataFilter
The resulting type after applying the
|
operator.Source§impl Default for DataFilter
impl Default for DataFilter
Source§fn default() -> DataFilter
fn default() -> DataFilter
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DataFilter
impl RefUnwindSafe for DataFilter
impl Send for DataFilter
impl Sync for DataFilter
impl Unpin for DataFilter
impl UnwindSafe for DataFilter
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