pub enum GetCredentialsMethod {
GetCredentials,
}Variants§
GetCredentials
Trait Implementations§
Source§impl Clone for GetCredentialsMethod
impl Clone for GetCredentialsMethod
Source§fn clone(&self) -> GetCredentialsMethod
fn clone(&self) -> GetCredentialsMethod
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 GetCredentialsMethod
impl Debug for GetCredentialsMethod
Source§impl<'de> Deserialize<'de> for GetCredentialsMethod
impl<'de> Deserialize<'de> for GetCredentialsMethod
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 GetCredentialsMethod
impl PartialEq for GetCredentialsMethod
Source§impl Serialize for GetCredentialsMethod
impl Serialize for GetCredentialsMethod
impl StructuralPartialEq for GetCredentialsMethod
Auto Trait Implementations§
impl Freeze for GetCredentialsMethod
impl RefUnwindSafe for GetCredentialsMethod
impl Send for GetCredentialsMethod
impl Sync for GetCredentialsMethod
impl Unpin for GetCredentialsMethod
impl UnsafeUnpin for GetCredentialsMethod
impl UnwindSafe for GetCredentialsMethod
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