Struct apollo_client::open::requests::OpenCreateItemRequest
source · [−]pub struct OpenCreateItemRequest {
pub env: String,
pub app_id: String,
pub namespace_name: String,
pub cluster_name: String,
pub item: OpenCreatedItem,
}This is supported on crate feature
open only.Expand description
Create configuration item.
Fields
env: Stringapp_id: Stringnamespace_name: Stringcluster_name: Stringitem: OpenCreatedItemTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for OpenCreateItemRequest
impl Send for OpenCreateItemRequest
impl Sync for OpenCreateItemRequest
impl Unpin for OpenCreateItemRequest
impl UnwindSafe for OpenCreateItemRequest
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