pub enum PublicProjectResidency {
GLOBAL,
USSTORAGEPROCESSING,
EUSTORAGEPROCESSING,
JPSTORAGE,
KRSTORAGE,
CASTORAGE,
SGSTORAGE,
INSTORAGE,
AUSTORAGE,
GBSTORAGE,
AESTORAGE,
AESTORAGEPROCESSING,
}Available on crate feature
administration-types only.Variants§
GLOBAL
USSTORAGEPROCESSING
EUSTORAGEPROCESSING
JPSTORAGE
KRSTORAGE
CASTORAGE
SGSTORAGE
INSTORAGE
AUSTORAGE
GBSTORAGE
AESTORAGE
AESTORAGEPROCESSING
Trait Implementations§
Source§impl Clone for PublicProjectResidency
impl Clone for PublicProjectResidency
Source§fn clone(&self) -> PublicProjectResidency
fn clone(&self) -> PublicProjectResidency
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PublicProjectResidency
impl Debug for PublicProjectResidency
Source§impl<'de> Deserialize<'de> for PublicProjectResidency
impl<'de> Deserialize<'de> for PublicProjectResidency
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PublicProjectResidency
impl PartialEq for PublicProjectResidency
Source§impl Serialize for PublicProjectResidency
impl Serialize for PublicProjectResidency
impl StructuralPartialEq for PublicProjectResidency
Auto Trait Implementations§
impl Freeze for PublicProjectResidency
impl RefUnwindSafe for PublicProjectResidency
impl Send for PublicProjectResidency
impl Sync for PublicProjectResidency
impl Unpin for PublicProjectResidency
impl UnsafeUnpin for PublicProjectResidency
impl UnwindSafe for PublicProjectResidency
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