pub struct OAuthRuntime {
pub config: OAuthConfig,
pub store: OAuthStore,
}Fields§
§config: OAuthConfig§store: OAuthStoreTrait Implementations§
Source§impl Clone for OAuthRuntime
impl Clone for OAuthRuntime
Source§fn clone(&self) -> OAuthRuntime
fn clone(&self) -> OAuthRuntime
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 moreAuto Trait Implementations§
impl Freeze for OAuthRuntime
impl RefUnwindSafe for OAuthRuntime
impl Send for OAuthRuntime
impl Sync for OAuthRuntime
impl Unpin for OAuthRuntime
impl UnsafeUnpin for OAuthRuntime
impl UnwindSafe for OAuthRuntime
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