pub struct ImageInfoSpecificRbd {
pub encryption_format: Option<RbdImageEncryptionFormat>,
}
Fields§
§encryption_format: Option<RbdImageEncryptionFormat>
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 ImageInfoSpecificRbd
impl Clone for ImageInfoSpecificRbd
Source§fn clone(&self) -> ImageInfoSpecificRbd
fn clone(&self) -> ImageInfoSpecificRbd
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 ImageInfoSpecificRbd
impl Debug for ImageInfoSpecificRbd
Source§impl Default for ImageInfoSpecificRbd
impl Default for ImageInfoSpecificRbd
Source§fn default() -> ImageInfoSpecificRbd
fn default() -> ImageInfoSpecificRbd
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ImageInfoSpecificRbd
impl<'de> Deserialize<'de> for ImageInfoSpecificRbd
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<ImageInfoSpecificRbd> for ImageInfoSpecific
impl From<ImageInfoSpecificRbd> for ImageInfoSpecific
Source§fn from(val: ImageInfoSpecificRbd) -> Self
fn from(val: ImageInfoSpecificRbd) -> Self
Converts to this type from the input type.
Source§impl<T: Into<RbdImageEncryptionFormat>> From<T> for ImageInfoSpecificRbd
impl<T: Into<RbdImageEncryptionFormat>> From<T> for ImageInfoSpecificRbd
Auto Trait Implementations§
impl Freeze for ImageInfoSpecificRbd
impl RefUnwindSafe for ImageInfoSpecificRbd
impl Send for ImageInfoSpecificRbd
impl Sync for ImageInfoSpecificRbd
impl Unpin for ImageInfoSpecificRbd
impl UnwindSafe for ImageInfoSpecificRbd
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