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