pub struct RegistryClientBuilder { /* private fields */ }Implementations§
Source§impl RegistryClientBuilder
impl RegistryClientBuilder
pub fn new(address: String) -> Self
pub fn with_auth(self, auth_config: AuthConfig) -> Self
pub fn with_auth_token(self, token: Option<String>) -> Self
pub fn with_skip_tls(self, skip_tls: bool) -> Self
pub fn build(self) -> Result<RegistryClient>
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