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