Enum snowflake_api::AuthType
source · pub enum AuthType {
Password(PasswordArgs),
Certificate(CertificateArgs),
}
Variants§
Password(PasswordArgs)
Certificate(CertificateArgs)
Auto Trait Implementations§
impl RefUnwindSafe for AuthType
impl Send for AuthType
impl Sync for AuthType
impl Unpin for AuthType
impl UnwindSafe for AuthType
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