pub struct FireboltClientFactory { /* private fields */ }Implementations§
Source§impl FireboltClientFactory
impl FireboltClientFactory
pub fn with_credentials(self, client_id: String, client_secret: String) -> Self
pub fn with_database(self, database_name: String) -> Self
pub fn with_engine(self, engine_name: String) -> Self
pub fn with_account(self, account_name: String) -> Self
pub async fn build(self) -> Result<FireboltClient, FireboltError>
Auto Trait Implementations§
impl Freeze for FireboltClientFactory
impl RefUnwindSafe for FireboltClientFactory
impl Send for FireboltClientFactory
impl Sync for FireboltClientFactory
impl Unpin for FireboltClientFactory
impl UnwindSafe for FireboltClientFactory
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