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