pub struct CheckValidCredsRequest { /* private fields */ }Expand description
A request to determine whether the user has valid credentials. This method is used to limit the number of OAuth popups in the user interface. The user id is inferred from the API call context. If the data source has the Google+ authorization type, this method returns false, as it cannot be determined whether the credentials are already valid merely based on the user id.
§Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
Trait Implementations§
Source§impl Clone for CheckValidCredsRequest
impl Clone for CheckValidCredsRequest
Source§fn clone(&self) -> CheckValidCredsRequest
fn clone(&self) -> CheckValidCredsRequest
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 CheckValidCredsRequest
impl Debug for CheckValidCredsRequest
Source§impl Default for CheckValidCredsRequest
impl Default for CheckValidCredsRequest
Source§fn default() -> CheckValidCredsRequest
fn default() -> CheckValidCredsRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CheckValidCredsRequest
impl<'de> Deserialize<'de> for CheckValidCredsRequest
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for CheckValidCredsRequest
impl Serialize for CheckValidCredsRequest
impl RequestValue for CheckValidCredsRequest
Auto Trait Implementations§
impl Freeze for CheckValidCredsRequest
impl RefUnwindSafe for CheckValidCredsRequest
impl Send for CheckValidCredsRequest
impl Sync for CheckValidCredsRequest
impl Unpin for CheckValidCredsRequest
impl UnwindSafe for CheckValidCredsRequest
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