Struct cyfs_lib::OpEnvSetWithKeyInputRequest
source · [−]pub struct OpEnvSetWithKeyInputRequest {
pub common: OpEnvInputRequestCommon,
pub path: Option<String>,
pub key: String,
pub value: ObjectId,
pub prev_value: Option<ObjectId>,
pub auto_insert: bool,
}Fields
common: OpEnvInputRequestCommonpath: Option<String>key: Stringvalue: ObjectIdprev_value: Option<ObjectId>auto_insert: boolTrait Implementations
sourceimpl Clone for OpEnvSetWithKeyInputRequest
impl Clone for OpEnvSetWithKeyInputRequest
sourcefn clone(&self) -> OpEnvSetWithKeyInputRequest
fn clone(&self) -> OpEnvSetWithKeyInputRequest
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
Auto Trait Implementations
impl RefUnwindSafe for OpEnvSetWithKeyInputRequest
impl Send for OpEnvSetWithKeyInputRequest
impl Sync for OpEnvSetWithKeyInputRequest
impl Unpin for OpEnvSetWithKeyInputRequest
impl UnwindSafe for OpEnvSetWithKeyInputRequest
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more