pub struct VmSnapshotConfig {
pub destination_url: Option<String>,
}Fields§
§destination_url: Option<String>Implementations§
Source§impl VmSnapshotConfig
impl VmSnapshotConfig
pub fn new() -> VmSnapshotConfig
Trait Implementations§
Source§impl Clone for VmSnapshotConfig
impl Clone for VmSnapshotConfig
Source§fn clone(&self) -> VmSnapshotConfig
fn clone(&self) -> VmSnapshotConfig
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 VmSnapshotConfig
impl Debug for VmSnapshotConfig
Source§impl Default for VmSnapshotConfig
impl Default for VmSnapshotConfig
Source§fn default() -> VmSnapshotConfig
fn default() -> VmSnapshotConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for VmSnapshotConfig
impl<'de> Deserialize<'de> for VmSnapshotConfig
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 PartialEq for VmSnapshotConfig
impl PartialEq for VmSnapshotConfig
Source§impl Serialize for VmSnapshotConfig
impl Serialize for VmSnapshotConfig
impl StructuralPartialEq for VmSnapshotConfig
Auto Trait Implementations§
impl Freeze for VmSnapshotConfig
impl RefUnwindSafe for VmSnapshotConfig
impl Send for VmSnapshotConfig
impl Sync for VmSnapshotConfig
impl Unpin for VmSnapshotConfig
impl UnwindSafe for VmSnapshotConfig
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