Struct arangors_graph_exporter::client::config::ClientConfig
source · pub struct ClientConfig {
pub n_retries: u32,
pub tls_cert: Option<String>,
pub use_tls: bool,
}
Fields§
§n_retries: u32
§tls_cert: Option<String>
§use_tls: bool
Implementations§
source§impl ClientConfig
impl ClientConfig
pub fn builder() -> ClientConfigBuilder
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ClientConfig
impl RefUnwindSafe for ClientConfig
impl Send for ClientConfig
impl Sync for ClientConfig
impl Unpin for ClientConfig
impl UnwindSafe for ClientConfig
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