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