pub enum GDocsCaptureMethod {
BrowserModel,
PublicExport,
DocsApi,
}Expand description
Google Docs capture backend selected from the CLI --capture flag.
Variants§
BrowserModel
Load /edit and extract DOCS_modelChunk.
PublicExport
Use the public /export?format=... endpoint.
DocsApi
Use the authenticated docs.googleapis.com REST API.
Trait Implementations§
Source§impl Clone for GDocsCaptureMethod
impl Clone for GDocsCaptureMethod
Source§fn clone(&self) -> GDocsCaptureMethod
fn clone(&self) -> GDocsCaptureMethod
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GDocsCaptureMethod
impl Debug for GDocsCaptureMethod
Source§impl PartialEq for GDocsCaptureMethod
impl PartialEq for GDocsCaptureMethod
Source§fn eq(&self, other: &GDocsCaptureMethod) -> bool
fn eq(&self, other: &GDocsCaptureMethod) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for GDocsCaptureMethod
impl Eq for GDocsCaptureMethod
impl StructuralPartialEq for GDocsCaptureMethod
Auto Trait Implementations§
impl Freeze for GDocsCaptureMethod
impl RefUnwindSafe for GDocsCaptureMethod
impl Send for GDocsCaptureMethod
impl Sync for GDocsCaptureMethod
impl Unpin for GDocsCaptureMethod
impl UnsafeUnpin for GDocsCaptureMethod
impl UnwindSafe for GDocsCaptureMethod
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.