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