pub struct TwitterAuthProvider;Trait Implementations§
Source§impl OAuthProviderFactory for TwitterAuthProvider
impl OAuthProviderFactory for TwitterAuthProvider
fn provider_id() -> &'static str
fn new() -> OAuthProvider
Auto Trait Implementations§
impl Freeze for TwitterAuthProvider
impl RefUnwindSafe for TwitterAuthProvider
impl Send for TwitterAuthProvider
impl Sync for TwitterAuthProvider
impl Unpin for TwitterAuthProvider
impl UnwindSafe for TwitterAuthProvider
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