pub struct StorageClientBuilder { /* private fields */ }Expand description
Builder for configuring a StorageClient
Implementations§
Source§impl StorageClientBuilder
impl StorageClientBuilder
pub fn base_domain(self, domain: &str) -> Self
pub fn secure(self, secure: bool) -> Self
pub fn timeout(self, seconds: u64) -> Self
pub fn verify_ssl(self, verify: bool) -> Self
pub fn build(self) -> Result<StorageClient, WOWSQLError>
Auto Trait Implementations§
impl Freeze for StorageClientBuilder
impl RefUnwindSafe for StorageClientBuilder
impl Send for StorageClientBuilder
impl Sync for StorageClientBuilder
impl Unpin for StorageClientBuilder
impl UnsafeUnpin for StorageClientBuilder
impl UnwindSafe for StorageClientBuilder
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