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: String
Trait Implementations
sourceimpl Clone for OpEnvGetByKeyInputRequest
impl Clone for OpEnvGetByKeyInputRequest
sourcefn clone(&self) -> OpEnvGetByKeyInputRequest
fn clone(&self) -> OpEnvGetByKeyInputRequest
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 OpEnvGetByKeyInputRequest
impl Send for OpEnvGetByKeyInputRequest
impl Sync for OpEnvGetByKeyInputRequest
impl Unpin for OpEnvGetByKeyInputRequest
impl UnwindSafe for OpEnvGetByKeyInputRequest
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