pub struct AuthorizationCodeError;Trait Implementations§
Source§impl Clone for AuthorizationCodeError
impl Clone for AuthorizationCodeError
Source§fn clone(&self) -> AuthorizationCodeError
fn clone(&self) -> AuthorizationCodeError
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 moreSource§impl Debug for AuthorizationCodeError
impl Debug for AuthorizationCodeError
Auto Trait Implementations§
impl Freeze for AuthorizationCodeError
impl RefUnwindSafe for AuthorizationCodeError
impl Send for AuthorizationCodeError
impl Sync for AuthorizationCodeError
impl Unpin for AuthorizationCodeError
impl UnsafeUnpin for AuthorizationCodeError
impl UnwindSafe for AuthorizationCodeError
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