pub struct GetOAuthPath(pub GetOAuthUrlServiceKind, pub OAuthUrlKind);
Tuple Fields§
§0: GetOAuthUrlServiceKind
§1: OAuthUrlKind
Trait Implementations§
Source§impl Clone for GetOAuthPath
impl Clone for GetOAuthPath
Source§fn clone(&self) -> GetOAuthPath
fn clone(&self) -> GetOAuthPath
Returns a copy 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 GetOAuthPath
impl Debug for GetOAuthPath
Auto Trait Implementations§
impl Freeze for GetOAuthPath
impl RefUnwindSafe for GetOAuthPath
impl Send for GetOAuthPath
impl Sync for GetOAuthPath
impl Unpin for GetOAuthPath
impl UnwindSafe for GetOAuthPath
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