Struct cyfs_lib::OpEnvCommitInputRequest
source · [−]pub struct OpEnvCommitInputRequest {
pub common: OpEnvInputRequestCommon,
pub op_type: Option<OpEnvCommitOpType>,
}
Fields
common: OpEnvInputRequestCommon
op_type: Option<OpEnvCommitOpType>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for OpEnvCommitInputRequest
impl Send for OpEnvCommitInputRequest
impl Sync for OpEnvCommitInputRequest
impl Unpin for OpEnvCommitInputRequest
impl UnwindSafe for OpEnvCommitInputRequest
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