pub struct OauthSubprovider { /* private fields */ }Trait Implementations§
Source§impl Clone for OauthSubprovider
impl Clone for OauthSubprovider
Source§fn clone(&self) -> OauthSubprovider
fn clone(&self) -> OauthSubprovider
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 OauthSubprovider
impl Debug for OauthSubprovider
Auto Trait Implementations§
impl Freeze for OauthSubprovider
impl RefUnwindSafe for OauthSubprovider
impl Send for OauthSubprovider
impl Sync for OauthSubprovider
impl Unpin for OauthSubprovider
impl UnwindSafe for OauthSubprovider
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