pub enum PlatformFilter {
All,
Macos,
Windows,
Linux,
Web,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for PlatformFilter
impl Clone for PlatformFilter
Source§fn clone(&self) -> PlatformFilter
fn clone(&self) -> PlatformFilter
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PlatformFilter
Source§impl Debug for PlatformFilter
impl Debug for PlatformFilter
impl Eq for PlatformFilter
Source§impl Hash for PlatformFilter
impl Hash for PlatformFilter
Source§impl PartialEq for PlatformFilter
impl PartialEq for PlatformFilter
Source§fn eq(&self, other: &PlatformFilter) -> bool
fn eq(&self, other: &PlatformFilter) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PlatformFilter
Auto Trait Implementations§
impl Freeze for PlatformFilter
impl RefUnwindSafe for PlatformFilter
impl Send for PlatformFilter
impl Sync for PlatformFilter
impl Unpin for PlatformFilter
impl UnsafeUnpin for PlatformFilter
impl UnwindSafe for PlatformFilter
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