pub enum RoutePlatform {
Web,
Desktop,
Mobile,
All,
}Expand description
Platform-specific route guard
Variants§
Trait Implementations§
Source§impl Clone for RoutePlatform
impl Clone for RoutePlatform
Source§fn clone(&self) -> RoutePlatform
fn clone(&self) -> RoutePlatform
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 RoutePlatform
impl Debug for RoutePlatform
Source§impl PartialEq for RoutePlatform
impl PartialEq for RoutePlatform
impl Copy for RoutePlatform
impl Eq for RoutePlatform
impl StructuralPartialEq for RoutePlatform
Auto Trait Implementations§
impl Freeze for RoutePlatform
impl RefUnwindSafe for RoutePlatform
impl Send for RoutePlatform
impl Sync for RoutePlatform
impl Unpin for RoutePlatform
impl UnwindSafe for RoutePlatform
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