#[repr(transparent)]pub struct ImageInfoSpecificVmdkWrapper {
pub data: ImageInfoSpecificVmdk,
}
Fields§
§data: ImageInfoSpecificVmdk
Implementations§
Source§impl ImageInfoSpecificVmdkWrapper
impl ImageInfoSpecificVmdkWrapper
pub fn into_inner(self) -> ImageInfoSpecificVmdk
Trait Implementations§
Source§impl AsRef<ImageInfoSpecificVmdk> for ImageInfoSpecificVmdkWrapper
impl AsRef<ImageInfoSpecificVmdk> for ImageInfoSpecificVmdkWrapper
Source§fn as_ref(&self) -> &ImageInfoSpecificVmdk
fn as_ref(&self) -> &ImageInfoSpecificVmdk
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for ImageInfoSpecificVmdkWrapper
impl Clone for ImageInfoSpecificVmdkWrapper
Source§fn clone(&self) -> ImageInfoSpecificVmdkWrapper
fn clone(&self) -> ImageInfoSpecificVmdkWrapper
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 ImageInfoSpecificVmdkWrapper
impl Debug for ImageInfoSpecificVmdkWrapper
Source§impl Deref for ImageInfoSpecificVmdkWrapper
impl Deref for ImageInfoSpecificVmdkWrapper
Source§impl<'de> Deserialize<'de> for ImageInfoSpecificVmdkWrapper
impl<'de> Deserialize<'de> for ImageInfoSpecificVmdkWrapper
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 From<ImageInfoSpecificVmdkWrapper> for ImageInfoSpecific
impl From<ImageInfoSpecificVmdkWrapper> for ImageInfoSpecific
Source§fn from(val: ImageInfoSpecificVmdkWrapper) -> Self
fn from(val: ImageInfoSpecificVmdkWrapper) -> Self
Converts to this type from the input type.
Source§impl<T: Into<ImageInfoSpecificVmdk>> From<T> for ImageInfoSpecificVmdkWrapper
impl<T: Into<ImageInfoSpecificVmdk>> From<T> for ImageInfoSpecificVmdkWrapper
Auto Trait Implementations§
impl Freeze for ImageInfoSpecificVmdkWrapper
impl RefUnwindSafe for ImageInfoSpecificVmdkWrapper
impl Send for ImageInfoSpecificVmdkWrapper
impl Sync for ImageInfoSpecificVmdkWrapper
impl Unpin for ImageInfoSpecificVmdkWrapper
impl UnwindSafe for ImageInfoSpecificVmdkWrapper
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