pub enum DataResidencyRegion {
EU,
US,
Other,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for DataResidencyRegion
impl Clone for DataResidencyRegion
Source§fn clone(&self) -> DataResidencyRegion
fn clone(&self) -> DataResidencyRegion
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 moreimpl Copy for DataResidencyRegion
Source§impl Debug for DataResidencyRegion
impl Debug for DataResidencyRegion
impl Eq for DataResidencyRegion
Source§impl PartialEq for DataResidencyRegion
impl PartialEq for DataResidencyRegion
impl StructuralPartialEq for DataResidencyRegion
Auto Trait Implementations§
impl Freeze for DataResidencyRegion
impl RefUnwindSafe for DataResidencyRegion
impl Send for DataResidencyRegion
impl Sync for DataResidencyRegion
impl Unpin for DataResidencyRegion
impl UnsafeUnpin for DataResidencyRegion
impl UnwindSafe for DataResidencyRegion
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