pub struct InstanceExportDetails {
pub instance_id: Option<String>,
pub target_environment: Option<String>,
}Expand description
Describes an instance to export.
Fields§
§instance_id: Option<String>The ID of the resource being exported.
target_environment: Option<String>The target virtualization environment.
Trait Implementations§
Source§impl Clone for InstanceExportDetails
impl Clone for InstanceExportDetails
Source§fn clone(&self) -> InstanceExportDetails
fn clone(&self) -> InstanceExportDetails
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 InstanceExportDetails
impl Debug for InstanceExportDetails
Source§impl Default for InstanceExportDetails
impl Default for InstanceExportDetails
Source§fn default() -> InstanceExportDetails
fn default() -> InstanceExportDetails
Returns the “default value” for a type. Read more
Source§impl PartialEq for InstanceExportDetails
impl PartialEq for InstanceExportDetails
impl StructuralPartialEq for InstanceExportDetails
Auto Trait Implementations§
impl Freeze for InstanceExportDetails
impl RefUnwindSafe for InstanceExportDetails
impl Send for InstanceExportDetails
impl Sync for InstanceExportDetails
impl Unpin for InstanceExportDetails
impl UnwindSafe for InstanceExportDetails
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