#[repr(u8)]pub enum FilterMethod {
Adaptive = 0,
}
Variants§
Adaptive = 0
Trait Implementations§
Source§impl Clone for FilterMethod
impl Clone for FilterMethod
Source§fn clone(&self) -> FilterMethod
fn clone(&self) -> FilterMethod
Returns a duplicate 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 FilterMethod
impl Debug for FilterMethod
Source§impl PartialEq for FilterMethod
impl PartialEq for FilterMethod
Source§impl TryFrom<u8> for FilterMethod
impl TryFrom<u8> for FilterMethod
Source§type Error = TryFromPrimitiveError<FilterMethod>
type Error = TryFromPrimitiveError<FilterMethod>
The type returned in the event of a conversion error.
Source§impl TryFromPrimitive for FilterMethod
impl TryFromPrimitive for FilterMethod
impl Copy for FilterMethod
impl Eq for FilterMethod
impl StructuralPartialEq for FilterMethod
Auto Trait Implementations§
impl Freeze for FilterMethod
impl RefUnwindSafe for FilterMethod
impl Send for FilterMethod
impl Sync for FilterMethod
impl Unpin for FilterMethod
impl UnwindSafe for FilterMethod
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