Struct kanidm_client::KanidmClientBuilder [−][src]
pub struct KanidmClientBuilder { /* fields omitted */ }
Implementations
impl KanidmClientBuilder
[src]
impl KanidmClientBuilder
[src]pub fn new() -> Self
[src]
pub fn read_options_from_optional_config<P: AsRef<Path> + Debug>(
self,
config_path: P
) -> Result<Self, ()>
[src]
self,
config_path: P
) -> Result<Self, ()>
pub fn address(self, address: String) -> Self
[src]
pub fn danger_accept_invalid_hostnames(
self,
accept_invalid_hostnames: bool
) -> Self
[src]
self,
accept_invalid_hostnames: bool
) -> Self
pub fn danger_accept_invalid_certs(self, accept_invalid_certs: bool) -> Self
[src]
pub fn connect_timeout(self, secs: u64) -> Self
[src]
pub fn no_proxy(self) -> Self
[src]
pub fn add_root_certificate_filepath(self, ca_path: &str) -> Result<Self, ()>
[src]
pub fn build(self) -> Result<KanidmClient, Error>
[src]
pub fn build_async(self) -> Result<KanidmAsyncClient, Error>
[src]
Trait Implementations
impl Clone for KanidmClientBuilder
[src]
impl Clone for KanidmClientBuilder
[src]fn clone(&self) -> KanidmClientBuilder
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Default for KanidmClientBuilder
[src]
impl Default for KanidmClientBuilder
[src]fn default() -> KanidmClientBuilder
[src]
Auto Trait Implementations
impl RefUnwindSafe for KanidmClientBuilder
impl Send for KanidmClientBuilder
impl Sync for KanidmClientBuilder
impl Unpin for KanidmClientBuilder
impl UnwindSafe for KanidmClientBuilder
Blanket Implementations
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,