pub struct UploadOciDriverTaskInput {
pub driver_share: Option<FileShare>,
}
Expand description
Input for the service task to upload an OCI driver.
Fields§
File share information with Path, Username, and Password.
Implementations§
Trait Implementations§
source§impl Clone for UploadOciDriverTaskInput
impl Clone for UploadOciDriverTaskInput
source§fn clone(&self) -> UploadOciDriverTaskInput
fn clone(&self) -> UploadOciDriverTaskInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for UploadOciDriverTaskInput
impl Debug for UploadOciDriverTaskInput
source§impl Default for UploadOciDriverTaskInput
impl Default for UploadOciDriverTaskInput
source§fn default() -> UploadOciDriverTaskInput
fn default() -> UploadOciDriverTaskInput
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for UploadOciDriverTaskInput
impl<'de> Deserialize<'de> for UploadOciDriverTaskInput
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<UploadOciDriverTaskInput> for UploadOciDriverTaskInput
impl PartialEq<UploadOciDriverTaskInput> for UploadOciDriverTaskInput
source§fn eq(&self, other: &UploadOciDriverTaskInput) -> bool
fn eq(&self, other: &UploadOciDriverTaskInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for UploadOciDriverTaskInput
impl Serialize for UploadOciDriverTaskInput
impl StructuralPartialEq for UploadOciDriverTaskInput
Auto Trait Implementations§
impl RefUnwindSafe for UploadOciDriverTaskInput
impl Send for UploadOciDriverTaskInput
impl Sync for UploadOciDriverTaskInput
impl Unpin for UploadOciDriverTaskInput
impl UnwindSafe for UploadOciDriverTaskInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more