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: OpEnvInputRequestCommon
path: Option<String>
key: String
value: ObjectId
prev_value: Option<ObjectId>
auto_insert: bool
Trait 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 moreAuto 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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