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