pub enum CredentialUnion {}Expand description
Type of credential.
Trait Implementations§
Source§impl Clone for CredentialUnion
impl Clone for CredentialUnion
Source§fn clone(&self) -> CredentialUnion
fn clone(&self) -> CredentialUnion
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 CredentialUnion
impl Debug for CredentialUnion
Source§impl<'de> Deserialize<'de> for CredentialUnion
impl<'de> Deserialize<'de> for CredentialUnion
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 CredentialUnion
impl PartialEq for CredentialUnion
Source§impl Serialize for CredentialUnion
impl Serialize for CredentialUnion
impl StructuralPartialEq for CredentialUnion
Auto Trait Implementations§
impl Freeze for CredentialUnion
impl RefUnwindSafe for CredentialUnion
impl Send for CredentialUnion
impl Sync for CredentialUnion
impl Unpin for CredentialUnion
impl UnwindSafe for CredentialUnion
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