pub enum Travel {
Show 28 variants
Travel,
AdventureTravel,
Africa,
AirTravel,
AustraliaAndNewZealand,
BedAndBreakfasts,
BudgetTravel,
BusinessTravel,
ByUSLocale,
Camping,
Canada,
Caribbean,
Cruises,
EasternEurope,
Europe,
France,
Greece,
HoneymoonsGetaways,
Hotels,
Italy,
Japan,
MexicoAndCentralAmerica,
NationalParks,
SouthAmerica,
Spas,
ThemeParks,
TravelingWithKids,
UnitedKingdom,
}Variants§
Travel
AdventureTravel
Africa
AirTravel
AustraliaAndNewZealand
BedAndBreakfasts
BudgetTravel
BusinessTravel
ByUSLocale
Camping
Canada
Caribbean
Cruises
EasternEurope
Europe
France
Greece
HoneymoonsGetaways
Hotels
Italy
Japan
MexicoAndCentralAmerica
NationalParks
SouthAmerica
Spas
ThemeParks
TravelingWithKids
UnitedKingdom
Trait Implementations§
impl StructuralPartialEq for Travel
Auto Trait Implementations§
impl Freeze for Travel
impl RefUnwindSafe for Travel
impl Send for Travel
impl Sync for Travel
impl Unpin for Travel
impl UnwindSafe for Travel
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