pub struct OauthOptions { /* private fields */ }Implementations§
Source§impl OauthOptions
impl OauthOptions
Sourcepub fn builder() -> OauthOptionsBuilder
pub fn builder() -> OauthOptionsBuilder
Create an instance of OauthOptions using the builder syntax
Trait Implementations§
Source§impl Clone for OauthOptions
impl Clone for OauthOptions
Source§fn clone(&self) -> OauthOptions
fn clone(&self) -> OauthOptions
Returns a duplicate 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 OauthOptions
impl Debug for OauthOptions
Auto Trait Implementations§
impl Freeze for OauthOptions
impl RefUnwindSafe for OauthOptions
impl Send for OauthOptions
impl Sync for OauthOptions
impl Unpin for OauthOptions
impl UnwindSafe for OauthOptions
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