pub enum PageSpeedInsightsAPIv5 {
Openid,
}Expand description
PageSpeed Insights API, v5
Variants§
Openid
Documentation: Associate you with your personal info on Google, Scope: openid
Trait Implementations§
Source§impl Clone for PageSpeedInsightsAPIv5
impl Clone for PageSpeedInsightsAPIv5
Source§fn clone(&self) -> PageSpeedInsightsAPIv5
fn clone(&self) -> PageSpeedInsightsAPIv5
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 PageSpeedInsightsAPIv5
impl Debug for PageSpeedInsightsAPIv5
Source§impl FromGoogleScope<PageSpeedInsightsAPIv5> for PageSpeedInsightsAPIv5
impl FromGoogleScope<PageSpeedInsightsAPIv5> for PageSpeedInsightsAPIv5
Source§fn from_google_scope(google_scope: &str) -> Result<PageSpeedInsightsAPIv5, ()>
fn from_google_scope(google_scope: &str) -> Result<PageSpeedInsightsAPIv5, ()>
Converting Google Scope string to enum
This might return
Err if you input an invalid Google Scope.Source§impl Hash for PageSpeedInsightsAPIv5
impl Hash for PageSpeedInsightsAPIv5
Source§impl PartialEq for PageSpeedInsightsAPIv5
impl PartialEq for PageSpeedInsightsAPIv5
Source§impl ToGoogleScope for PageSpeedInsightsAPIv5
impl ToGoogleScope for PageSpeedInsightsAPIv5
Source§fn to_google_scope(&self) -> &'static str
fn to_google_scope(&self) -> &'static str
Converting the enum back to
str literalimpl Copy for PageSpeedInsightsAPIv5
impl Eq for PageSpeedInsightsAPIv5
impl StructuralPartialEq for PageSpeedInsightsAPIv5
Auto Trait Implementations§
impl Freeze for PageSpeedInsightsAPIv5
impl RefUnwindSafe for PageSpeedInsightsAPIv5
impl Send for PageSpeedInsightsAPIv5
impl Sync for PageSpeedInsightsAPIv5
impl Unpin for PageSpeedInsightsAPIv5
impl UnwindSafe for PageSpeedInsightsAPIv5
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