pub enum FilterProperty {
Object,
}
Variants§
Object
Trait Implementations§
Source§impl Clone for FilterProperty
impl Clone for FilterProperty
Source§fn clone(&self) -> FilterProperty
fn clone(&self) -> FilterProperty
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for FilterProperty
impl Debug for FilterProperty
Source§impl Hash for FilterProperty
impl Hash for FilterProperty
Source§impl PartialEq for FilterProperty
impl PartialEq for FilterProperty
Source§impl Serialize for FilterProperty
impl Serialize for FilterProperty
impl Copy for FilterProperty
impl Eq for FilterProperty
impl StructuralPartialEq for FilterProperty
Auto Trait Implementations§
impl Freeze for FilterProperty
impl RefUnwindSafe for FilterProperty
impl Send for FilterProperty
impl Sync for FilterProperty
impl Unpin for FilterProperty
impl UnwindSafe for FilterProperty
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.