Enum bunny_api::edge::StorageZone
source · [−]pub enum StorageZone {
Falkenstein,
LosAngeles,
NewYork,
Singapore,
Sydney,
}Expand description
Storage Zones with their own API endpoints.
Variants
Falkenstein
LosAngeles
NewYork
Singapore
Sydney
Implementations
sourceimpl StorageZone
impl StorageZone
Trait Implementations
sourceimpl Clone for StorageZone
impl Clone for StorageZone
sourcefn clone(&self) -> StorageZone
fn clone(&self) -> StorageZone
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for StorageZone
impl Debug for StorageZone
sourceimpl FromStr for StorageZone
impl FromStr for StorageZone
sourceimpl PartialEq<StorageZone> for StorageZone
impl PartialEq<StorageZone> for StorageZone
sourcefn eq(&self, other: &StorageZone) -> bool
fn eq(&self, other: &StorageZone) -> bool
impl Copy for StorageZone
impl Eq for StorageZone
impl StructuralEq for StorageZone
impl StructuralPartialEq for StorageZone
Auto Trait Implementations
impl RefUnwindSafe for StorageZone
impl Send for StorageZone
impl Sync for StorageZone
impl Unpin for StorageZone
impl UnwindSafe for StorageZone
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.