Struct cyfs_lib::OpEnvSetWithKeyInputRequest
source · pub struct OpEnvSetWithKeyInputRequest {
pub common: OpEnvInputRequestCommon,
pub path: Option<String>,
pub key: String,
pub value: ObjectId,
pub prev_value: Option<ObjectId>,
pub auto_insert: bool,
}Fields§
§common: OpEnvInputRequestCommon§path: Option<String>§key: String§value: ObjectId§prev_value: Option<ObjectId>§auto_insert: boolTrait Implementations§
source§impl Clone for OpEnvSetWithKeyInputRequest
impl Clone for OpEnvSetWithKeyInputRequest
source§fn clone(&self) -> OpEnvSetWithKeyInputRequest
fn clone(&self) -> OpEnvSetWithKeyInputRequest
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