pub enum BasinScope {
AwsUsEast1,
}Variants§
AwsUsEast1
Trait Implementations§
Source§impl Clone for BasinScope
impl Clone for BasinScope
Source§fn clone(&self) -> BasinScope
fn clone(&self) -> BasinScope
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 BasinScope
impl Debug for BasinScope
Source§impl Display for BasinScope
impl Display for BasinScope
Source§impl PartialEq for BasinScope
impl PartialEq for BasinScope
impl Copy for BasinScope
impl Eq for BasinScope
impl StructuralPartialEq for BasinScope
Auto Trait Implementations§
impl Freeze for BasinScope
impl RefUnwindSafe for BasinScope
impl Send for BasinScope
impl Sync for BasinScope
impl Unpin for BasinScope
impl UnwindSafe for BasinScope
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> ToCompactString for Twhere
T: Display,
impl<T> ToCompactString for Twhere
T: Display,
Source§fn try_to_compact_string(&self) -> Result<CompactString, ToCompactStringError>
fn try_to_compact_string(&self) -> Result<CompactString, ToCompactStringError>
Fallible version of
ToCompactString::to_compact_string() Read moreSource§fn to_compact_string(&self) -> CompactString
fn to_compact_string(&self) -> CompactString
Converts the given value to a
CompactString. Read more