pub enum GoogleMeetAPIv2 {
AuthMeetingsSpaceCreated,
AuthMeetingsSpaceReadOnly,
}Expand description
Google Meet API, v2
Variants§
AuthMeetingsSpaceCreated
Documentation: Create, edit, and see information about your Google Meet conferences created by the app., Scope: https://www.googleapis.com/auth/meetings.space.created
AuthMeetingsSpaceReadOnly
Documentation: Read information about any of your Google Meet conferences, Scope: https://www.googleapis.com/auth/meetings.space.readonly
Trait Implementations§
Source§impl Clone for GoogleMeetAPIv2
impl Clone for GoogleMeetAPIv2
Source§fn clone(&self) -> GoogleMeetAPIv2
fn clone(&self) -> GoogleMeetAPIv2
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 GoogleMeetAPIv2
impl Debug for GoogleMeetAPIv2
Source§impl FromGoogleScope<GoogleMeetAPIv2> for GoogleMeetAPIv2
impl FromGoogleScope<GoogleMeetAPIv2> for GoogleMeetAPIv2
Source§fn from_google_scope(google_scope: &str) -> Result<GoogleMeetAPIv2, ()>
fn from_google_scope(google_scope: &str) -> Result<GoogleMeetAPIv2, ()>
Converting Google Scope string to enum
This might return
Err if you input an invalid Google Scope.Source§impl Hash for GoogleMeetAPIv2
impl Hash for GoogleMeetAPIv2
Source§impl PartialEq for GoogleMeetAPIv2
impl PartialEq for GoogleMeetAPIv2
Source§impl ToGoogleScope for GoogleMeetAPIv2
impl ToGoogleScope for GoogleMeetAPIv2
Source§fn to_google_scope(&self) -> &'static str
fn to_google_scope(&self) -> &'static str
Converting the enum back to
str literalimpl Copy for GoogleMeetAPIv2
impl Eq for GoogleMeetAPIv2
impl StructuralPartialEq for GoogleMeetAPIv2
Auto Trait Implementations§
impl Freeze for GoogleMeetAPIv2
impl RefUnwindSafe for GoogleMeetAPIv2
impl Send for GoogleMeetAPIv2
impl Sync for GoogleMeetAPIv2
impl Unpin for GoogleMeetAPIv2
impl UnwindSafe for GoogleMeetAPIv2
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