Expand description
AuthorizationCode : A Login with Amazon (LWA) authorization code.
Fields
A Login with Amazon (LWA) authorization code that can be exchanged for a refresh token and access token that authorize you to make calls to a Selling Partner API.
Implementations
sourceimpl AuthorizationCode
impl AuthorizationCode
sourcepub fn new() -> AuthorizationCode
pub fn new() -> AuthorizationCode
A Login with Amazon (LWA) authorization code.
Trait Implementations
sourceimpl Clone for AuthorizationCode
impl Clone for AuthorizationCode
sourcefn clone(&self) -> AuthorizationCode
fn clone(&self) -> AuthorizationCode
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for AuthorizationCode
impl Debug for AuthorizationCode
sourceimpl Default for AuthorizationCode
impl Default for AuthorizationCode
sourcefn default() -> AuthorizationCode
fn default() -> AuthorizationCode
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for AuthorizationCode
impl<'de> Deserialize<'de> for AuthorizationCode
sourcefn 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
sourceimpl PartialEq<AuthorizationCode> for AuthorizationCode
impl PartialEq<AuthorizationCode> for AuthorizationCode
sourcefn eq(&self, other: &AuthorizationCode) -> bool
fn eq(&self, other: &AuthorizationCode) -> bool
sourceimpl Serialize for AuthorizationCode
impl Serialize for AuthorizationCode
impl StructuralPartialEq for AuthorizationCode
Auto Trait Implementations
impl RefUnwindSafe for AuthorizationCode
impl Send for AuthorizationCode
impl Sync for AuthorizationCode
impl Unpin for AuthorizationCode
impl UnwindSafe for AuthorizationCode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more