Struct rxqlite_client::RXQLiteClientBuilder
source · pub struct RXQLiteClientBuilder { /* private fields */ }Implementations§
source§impl RXQLiteClientBuilder
impl RXQLiteClientBuilder
pub fn new(node_id: NodeId, node_addr: String) -> Self
pub fn tls_config(self, tls_config: Option<RSQliteClientTlsConfig>) -> Self
pub fn use_tls(self, use_tls: bool) -> Self
pub fn accept_invalid_certificates( self, accept_invalid_certificates: bool ) -> Self
pub fn build(self) -> RXQLiteClient
Auto Trait Implementations§
impl Freeze for RXQLiteClientBuilder
impl RefUnwindSafe for RXQLiteClientBuilder
impl Send for RXQLiteClientBuilder
impl Sync for RXQLiteClientBuilder
impl Unpin for RXQLiteClientBuilder
impl UnwindSafe for RXQLiteClientBuilder
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