pub struct SettingsBuilder { /* private fields */ }
Expand description
Builder for Settings
.
Implementations§
Source§impl SettingsBuilder
impl SettingsBuilder
Sourcepub fn trace(self, value: TraceSettings) -> Self
pub fn trace(self, value: TraceSettings) -> Self
Logging configuration.
Sourcepub fn credentials(self, value: Vec<Credential>) -> Self
pub fn credentials(self, value: Vec<Credential>) -> Self
Registry credentials.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SettingsBuilder
impl RefUnwindSafe for SettingsBuilder
impl Send for SettingsBuilder
impl Sync for SettingsBuilder
impl Unpin for SettingsBuilder
impl UnwindSafe for SettingsBuilder
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