pub struct OpEnvInsertWithKeyOutputRequest {
pub common: OpEnvOutputRequestCommon,
pub path: Option<String>,
pub key: String,
pub value: ObjectId,
}Fields§
§common: OpEnvOutputRequestCommon§path: Option<String>§key: String§value: ObjectIdImplementations§
Trait Implementations§
source§impl Clone for OpEnvInsertWithKeyOutputRequest
impl Clone for OpEnvInsertWithKeyOutputRequest
source§fn clone(&self) -> OpEnvInsertWithKeyOutputRequest
fn clone(&self) -> OpEnvInsertWithKeyOutputRequest
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