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