pub enum AmazonScope {
Profile,
ProfileUserId,
PostalCode,
Other(String),
}
Variants§
Trait Implementations§
Source§impl Clone for AmazonScope
impl Clone for AmazonScope
Source§fn clone(&self) -> AmazonScope
fn clone(&self) -> AmazonScope
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AmazonScope
impl Debug for AmazonScope
Source§impl<'de> Deserialize<'de> for AmazonScope
impl<'de> Deserialize<'de> for AmazonScope
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 Display for AmazonScope
impl Display for AmazonScope
Source§impl FromStr for AmazonScope
impl FromStr for AmazonScope
Source§impl PartialEq for AmazonScope
impl PartialEq for AmazonScope
Source§impl Serialize for AmazonScope
impl Serialize for AmazonScope
Source§impl TryFrom<&str> for AmazonScope
impl TryFrom<&str> for AmazonScope
Source§impl TryFrom<String> for AmazonScope
impl TryFrom<String> for AmazonScope
impl Eq for AmazonScope
impl Scope for AmazonScope
impl StructuralPartialEq for AmazonScope
Auto Trait Implementations§
impl Freeze for AmazonScope
impl RefUnwindSafe for AmazonScope
impl Send for AmazonScope
impl Sync for AmazonScope
impl Unpin for AmazonScope
impl UnwindSafe for AmazonScope
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