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