pub struct ConsulConfigOptions {
pub address: String,
pub namespace: Option<String>,
pub client_timeout: Duration,
pub watch_interval: Duration,
pub token: Option<String>,
}Fields§
§address: String§namespace: Option<String>§client_timeout: Duration§watch_interval: Duration§token: Option<String>Trait Implementations§
Source§impl Debug for ConsulConfigOptions
impl Debug for ConsulConfigOptions
Auto Trait Implementations§
impl Freeze for ConsulConfigOptions
impl RefUnwindSafe for ConsulConfigOptions
impl Send for ConsulConfigOptions
impl Sync for ConsulConfigOptions
impl Unpin for ConsulConfigOptions
impl UnwindSafe for ConsulConfigOptions
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