Struct consul_rs::api::CONSUL_CONFIG [−][src]
pub struct CONSUL_CONFIG { /* fields omitted */ }Methods from Deref<Target = Arc<RwLock<ConsulConfig>>>
Trait Implementations
type Target = Arc<RwLock<ConsulConfig>>
type Target = Arc<RwLock<ConsulConfig>>The resulting type after dereferencing.
Dereferences the value.
Auto Trait Implementations
impl RefUnwindSafe for CONSUL_CONFIGimpl Send for CONSUL_CONFIGimpl Sync for CONSUL_CONFIGimpl Unpin for CONSUL_CONFIGimpl UnwindSafe for CONSUL_CONFIGBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> VAttaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more