#[non_exhaustive]pub enum LocationHint {
Afr,
Apac,
EEur,
ENam,
Me,
Oc,
Sam,
WEur,
WNam,
}Expand description
Durable Objects location hint.
These are the supported regions for Durable Objects location hints. Note: Location hints are best-effort and not guaranteed.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Afr
Africa
Apac
Asia-Pacific
EEur
Eastern Europe
ENam
Eastern North America
Me
Middle East
Oc
Oceania
Sam
South America
WEur
Western Europe
WNam
Western North America
Implementations§
Source§impl LocationHint
impl LocationHint
Trait Implementations§
Source§impl Clone for LocationHint
impl Clone for LocationHint
Source§fn clone(&self) -> LocationHint
fn clone(&self) -> LocationHint
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 LocationHint
impl Debug for LocationHint
Source§impl Display for LocationHint
impl Display for LocationHint
Source§impl Hash for LocationHint
impl Hash for LocationHint
Source§impl PartialEq for LocationHint
impl PartialEq for LocationHint
impl Copy for LocationHint
impl Eq for LocationHint
impl StructuralPartialEq for LocationHint
Auto Trait Implementations§
impl Freeze for LocationHint
impl RefUnwindSafe for LocationHint
impl Send for LocationHint
impl Sync for LocationHint
impl Unpin for LocationHint
impl UnsafeUnpin for LocationHint
impl UnwindSafe for LocationHint
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