pub enum Nav {
GetNavigation,
GetPageByPath,
ListPageMarkets,
ListPropertyKeys,
GetPropertyKey,
ListPropertyOptions,
}Variants§
GET /navigation — Hierarchical navigation tree.
GetPageByPath
GET /market-pages/by-path — Resolve a path to a market page.
ListPageMarkets
GET /market-pages/{id}/markets — List markets for a page.
ListPropertyKeys
GET /property-keys — List all property keys.
GetPropertyKey
GET /property-keys/{id} — Get a specific property key.
ListPropertyOptions
GET /property-keys/{id}/options — List options for a property key.
Trait Implementations§
Auto Trait Implementations§
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