pub enum StandardFilterSlot {
Show 28 variants
    _0 = 0,
    _1 = 1,
    _2 = 2,
    _3 = 3,
    _4 = 4,
    _5 = 5,
    _6 = 6,
    _7 = 7,
    _8 = 8,
    _9 = 9,
    _10 = 10,
    _11 = 11,
    _12 = 12,
    _13 = 13,
    _14 = 14,
    _15 = 15,
    _16 = 16,
    _17 = 17,
    _18 = 18,
    _19 = 19,
    _20 = 20,
    _21 = 21,
    _22 = 22,
    _23 = 23,
    _24 = 24,
    _25 = 25,
    _26 = 26,
    _27 = 27,
}Expand description
Standard Filter Slot
Variants§
_0 = 0
0
_1 = 1
1
_2 = 2
2
_3 = 3
3
_4 = 4
4
_5 = 5
5
_6 = 6
6
_7 = 7
7
_8 = 8
8
_9 = 9
9
_10 = 10
10
_11 = 11
11
_12 = 12
12
_13 = 13
13
_14 = 14
14
_15 = 15
15
_16 = 16
16
_17 = 17
17
_18 = 18
18
_19 = 19
19
_20 = 20
20
_21 = 21
21
_22 = 22
22
_23 = 23
23
_24 = 24
24
_25 = 25
25
_26 = 26
26
_27 = 27
27
Trait Implementations§
Source§impl Clone for StandardFilterSlot
 
impl Clone for StandardFilterSlot
Source§fn clone(&self) -> StandardFilterSlot
 
fn clone(&self) -> StandardFilterSlot
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 StandardFilterSlot
 
impl Debug for StandardFilterSlot
Source§impl From<u8> for StandardFilterSlot
 
impl From<u8> for StandardFilterSlot
Source§impl PartialEq for StandardFilterSlot
 
impl PartialEq for StandardFilterSlot
impl Copy for StandardFilterSlot
impl Eq for StandardFilterSlot
impl StructuralPartialEq for StandardFilterSlot
Auto Trait Implementations§
impl Freeze for StandardFilterSlot
impl RefUnwindSafe for StandardFilterSlot
impl Send for StandardFilterSlot
impl Sync for StandardFilterSlot
impl Unpin for StandardFilterSlot
impl UnwindSafe for StandardFilterSlot
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