Struct apollo_client::open::requests::OpenPublishNamespaceRequest
source · [−]pub struct OpenPublishNamespaceRequest {
pub env: String,
pub app_id: String,
pub namespace_name: String,
pub cluster_name: String,
pub release: OpenRelease,
}This is supported on crate feature
open only.Expand description
Publish a namespace.
Fields
env: Stringapp_id: Stringnamespace_name: Stringcluster_name: Stringrelease: OpenReleaseTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for OpenPublishNamespaceRequest
impl Send for OpenPublishNamespaceRequest
impl Sync for OpenPublishNamespaceRequest
impl Unpin for OpenPublishNamespaceRequest
impl UnwindSafe for OpenPublishNamespaceRequest
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