Struct snowflake_api::AuthArgs
source · pub struct AuthArgs {
pub account_identifier: String,
pub warehouse: Option<String>,
pub database: Option<String>,
pub schema: Option<String>,
pub username: String,
pub role: Option<String>,
pub auth_type: AuthType,
}
Fields§
§account_identifier: String
§warehouse: Option<String>
§database: Option<String>
§schema: Option<String>
§username: String
§role: Option<String>
§auth_type: AuthType
Auto Trait Implementations§
impl RefUnwindSafe for AuthArgs
impl Send for AuthArgs
impl Sync for AuthArgs
impl Unpin for AuthArgs
impl UnwindSafe for AuthArgs
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