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