pub struct Names {
pub device_name: Option<String>,
pub virtual_name: Option<String>,
/* private fields */
}Expand description
A structure containing vendor-specific device names.
Fields§
§device_name: Option<String>Device name defined in the block device mapping.
virtual_name: Option<String>Virtual name for instance store volumes, such as ephemeral0.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Names
impl RefUnwindSafe for Names
impl Send for Names
impl Sync for Names
impl Unpin for Names
impl UnwindSafe for Names
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