pub struct RegistryClientBuilder { /* private fields */ }Implementations§
Source§impl RegistryClientBuilder
impl RegistryClientBuilder
pub fn new(address: String) -> Self
pub fn with_auth(self, auth_config: Option<AuthConfig>) -> Self
pub fn with_timeout(self, timeout: u64) -> Self
pub fn with_skip_tls(self, skip_tls: bool) -> Self
pub fn with_verbose(self, verbose: bool) -> Self
pub fn build(self) -> Result<RegistryClient>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RegistryClientBuilder
impl RefUnwindSafe for RegistryClientBuilder
impl Send for RegistryClientBuilder
impl Sync for RegistryClientBuilder
impl Unpin for RegistryClientBuilder
impl UnwindSafe for RegistryClientBuilder
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