Struct apollo_client::conf::requests::WatchRequest
source · [−]pub struct WatchRequest {
pub app_id: String,
pub namespace_names: Vec<String>,
pub cluster_name: String,
pub ip: Option<IpValue>,
pub extras_queries: Vec<(String, String)>,
}This is supported on crate feature
conf only.Expand description
watch multi namespaces.
Can only be used in crate::conf::ApolloConfClient::watch.
Fields
app_id: Stringnamespace_names: Vec<String>cluster_name: Stringip: Option<IpValue>extras_queries: Vec<(String, String)>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for WatchRequest
impl Send for WatchRequest
impl Sync for WatchRequest
impl Unpin for WatchRequest
impl UnwindSafe for WatchRequest
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches 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