pub enum ImsDetails {
Name {
name: String,
},
Id {
id: String,
},
}Expand description
How the IMS image is referenced — by name or by UUID.
Variants§
Trait Implementations§
Source§impl Debug for ImsDetails
impl Debug for ImsDetails
Source§impl<'de> Deserialize<'de> for ImsDetails
impl<'de> Deserialize<'de> for ImsDetails
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
Auto Trait Implementations§
impl Freeze for ImsDetails
impl RefUnwindSafe for ImsDetails
impl Send for ImsDetails
impl Sync for ImsDetails
impl Unpin for ImsDetails
impl UnsafeUnpin for ImsDetails
impl UnwindSafe for ImsDetails
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