pub struct OauthSource;Trait Implementations§
Source§impl UsageSource for OauthSource
impl UsageSource for OauthSource
fn name(&self) -> &'static str
fn try_fetch(&self) -> Result<ApiResponse, SourceError>
Auto Trait Implementations§
impl Freeze for OauthSource
impl RefUnwindSafe for OauthSource
impl Send for OauthSource
impl Sync for OauthSource
impl Unpin for OauthSource
impl UnsafeUnpin for OauthSource
impl UnwindSafe for OauthSource
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