pub enum StreetViewPublishAPIv1 {
AuthStreetviewpublish,
}Expand description
Street View Publish API, v1
Variants§
AuthStreetviewpublish
Documentation: Publish and manage your 360 photos on Google Street View, Scope: https://www.googleapis.com/auth/streetviewpublish
Trait Implementations§
Source§impl Clone for StreetViewPublishAPIv1
impl Clone for StreetViewPublishAPIv1
Source§fn clone(&self) -> StreetViewPublishAPIv1
fn clone(&self) -> StreetViewPublishAPIv1
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 StreetViewPublishAPIv1
impl Debug for StreetViewPublishAPIv1
Source§impl FromGoogleScope<StreetViewPublishAPIv1> for StreetViewPublishAPIv1
impl FromGoogleScope<StreetViewPublishAPIv1> for StreetViewPublishAPIv1
Source§fn from_google_scope(google_scope: &str) -> Result<StreetViewPublishAPIv1, ()>
fn from_google_scope(google_scope: &str) -> Result<StreetViewPublishAPIv1, ()>
Converting Google Scope string to enum
This might return
Err if you input an invalid Google Scope.Source§impl Hash for StreetViewPublishAPIv1
impl Hash for StreetViewPublishAPIv1
Source§impl PartialEq for StreetViewPublishAPIv1
impl PartialEq for StreetViewPublishAPIv1
Source§impl ToGoogleScope for StreetViewPublishAPIv1
impl ToGoogleScope for StreetViewPublishAPIv1
Source§fn to_google_scope(&self) -> &'static str
fn to_google_scope(&self) -> &'static str
Converting the enum back to
str literalimpl Copy for StreetViewPublishAPIv1
impl Eq for StreetViewPublishAPIv1
impl StructuralPartialEq for StreetViewPublishAPIv1
Auto Trait Implementations§
impl Freeze for StreetViewPublishAPIv1
impl RefUnwindSafe for StreetViewPublishAPIv1
impl Send for StreetViewPublishAPIv1
impl Sync for StreetViewPublishAPIv1
impl Unpin for StreetViewPublishAPIv1
impl UnwindSafe for StreetViewPublishAPIv1
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