Struct cyfs_lib::OpEnvLoadInputRequest
source · [−]pub struct OpEnvLoadInputRequest {
pub common: OpEnvInputRequestCommon,
pub target: ObjectId,
}
Expand description
single_op_env methods
Fields
common: OpEnvInputRequestCommon
target: ObjectId
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for OpEnvLoadInputRequest
impl Send for OpEnvLoadInputRequest
impl Sync for OpEnvLoadInputRequest
impl Unpin for OpEnvLoadInputRequest
impl UnwindSafe for OpEnvLoadInputRequest
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