Struct cyfs_lib::OpEnvCreateNewInputRequest
source · pub struct OpEnvCreateNewInputRequest {
pub common: OpEnvInputRequestCommon,
pub path: Option<String>,
pub key: Option<String>,
pub content_type: ObjectMapSimpleContentType,
}
Fields
common: OpEnvInputRequestCommon
path: Option<String>
key: Option<String>
content_type: ObjectMapSimpleContentType
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for OpEnvCreateNewInputRequest
impl Send for OpEnvCreateNewInputRequest
impl Sync for OpEnvCreateNewInputRequest
impl Unpin for OpEnvCreateNewInputRequest
impl UnwindSafe for OpEnvCreateNewInputRequest
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