pub struct InstallOciDriverTaskOutput {
pub validation_errors: Vec<ReportableException>,
}
Expand description
Output for the service task to install an OCI driver.
Fields§
§validation_errors: Vec<ReportableException>
Validation errors
Implementations§
Trait Implementations§
Source§impl Clone for InstallOciDriverTaskOutput
impl Clone for InstallOciDriverTaskOutput
Source§fn clone(&self) -> InstallOciDriverTaskOutput
fn clone(&self) -> InstallOciDriverTaskOutput
Returns a duplicate 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 InstallOciDriverTaskOutput
impl Debug for InstallOciDriverTaskOutput
Source§impl Default for InstallOciDriverTaskOutput
impl Default for InstallOciDriverTaskOutput
Source§fn default() -> InstallOciDriverTaskOutput
fn default() -> InstallOciDriverTaskOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InstallOciDriverTaskOutput
impl<'de> Deserialize<'de> for InstallOciDriverTaskOutput
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
impl StructuralPartialEq for InstallOciDriverTaskOutput
Auto Trait Implementations§
impl Freeze for InstallOciDriverTaskOutput
impl RefUnwindSafe for InstallOciDriverTaskOutput
impl Send for InstallOciDriverTaskOutput
impl Sync for InstallOciDriverTaskOutput
impl Unpin for InstallOciDriverTaskOutput
impl UnwindSafe for InstallOciDriverTaskOutput
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