Enum greader_api::AuthData
source · pub enum AuthData {
Uninitialized,
Inoreader(InoreaderAuth),
Google(GoogleAuth),
}Variants
Uninitialized
Inoreader(InoreaderAuth)
Google(GoogleAuth)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AuthData
impl Send for AuthData
impl Sync for AuthData
impl Unpin for AuthData
impl UnwindSafe for AuthData
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more