Struct apollo_client::open::requests::OpenEnvClusterRequest
source · [−]pub struct OpenEnvClusterRequest {
pub app_id: String,
}This is supported on crate feature
open only.Expand description
Fetch cluster and environment infos.
Fields
app_id: StringTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for OpenEnvClusterRequest
impl Send for OpenEnvClusterRequest
impl Sync for OpenEnvClusterRequest
impl Unpin for OpenEnvClusterRequest
impl UnwindSafe for OpenEnvClusterRequest
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