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<'_derivative_strum> From<&'_derivative_strum BasinScope> for &'static str
impl<'_derivative_strum> From<&'_derivative_strum BasinScope> for &'static str
Source§fn from(x: &'_derivative_strum BasinScope) -> &'static str
fn from(x: &'_derivative_strum BasinScope) -> &'static str
Converts to this type from the input type.
Source§impl From<BasinScope> for &'static str
impl From<BasinScope> for &'static str
Source§fn from(x: BasinScope) -> &'static str
fn from(x: BasinScope) -> &'static str
Converts to this type from the input type.
Source§impl FromStr for BasinScope
impl FromStr for BasinScope
Source§impl PartialEq for BasinScope
impl PartialEq for BasinScope
Source§impl TryFrom<&str> for BasinScope
impl TryFrom<&str> 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 UnsafeUnpin 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