pub struct OpEnvRemoveWithKeyOutputRequest {
pub common: OpEnvOutputRequestCommon,
pub path: Option<String>,
pub key: String,
pub prev_value: Option<ObjectId>,
}
Fields§
§common: OpEnvOutputRequestCommon
§path: Option<String>
§key: String
§prev_value: Option<ObjectId>
Implementations§
Trait Implementations§
source§impl Clone for OpEnvRemoveWithKeyOutputRequest
impl Clone for OpEnvRemoveWithKeyOutputRequest
source§fn clone(&self) -> OpEnvRemoveWithKeyOutputRequest
fn clone(&self) -> OpEnvRemoveWithKeyOutputRequest
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more