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 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 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)