Struct gcs_rsync::oauth2::token::AuthorizedUserCredentials
source · pub struct AuthorizedUserCredentials { /* private fields */ }Implementations§
Trait Implementations§
source§impl Debug for AuthorizedUserCredentials
impl Debug for AuthorizedUserCredentials
source§impl<'de> Deserialize<'de> for AuthorizedUserCredentials
impl<'de> Deserialize<'de> for AuthorizedUserCredentials
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 PartialEq for AuthorizedUserCredentials
impl PartialEq for AuthorizedUserCredentials
source§fn eq(&self, other: &AuthorizedUserCredentials) -> bool
fn eq(&self, other: &AuthorizedUserCredentials) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for AuthorizedUserCredentials
impl StructuralEq for AuthorizedUserCredentials
impl StructuralPartialEq for AuthorizedUserCredentials
Auto Trait Implementations§
impl RefUnwindSafe for AuthorizedUserCredentials
impl Send for AuthorizedUserCredentials
impl Sync for AuthorizedUserCredentials
impl Unpin for AuthorizedUserCredentials
impl UnwindSafe for AuthorizedUserCredentials
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<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.