pub struct PetriVmgsDisk {
pub disk: PetriDiskType,
pub encryption_policy: GuestStateEncryptionPolicy,
}Expand description
Petri VMGS disk
Fields§
§disk: PetriDiskTypeBacking disk
encryption_policy: GuestStateEncryptionPolicyGuest state encryption policy
Trait Implementations§
Source§impl Clone for PetriVmgsDisk
impl Clone for PetriVmgsDisk
Source§fn clone(&self) -> PetriVmgsDisk
fn clone(&self) -> PetriVmgsDisk
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 PetriVmgsDisk
impl Debug for PetriVmgsDisk
Auto Trait Implementations§
impl Freeze for PetriVmgsDisk
impl RefUnwindSafe for PetriVmgsDisk
impl Send for PetriVmgsDisk
impl Sync for PetriVmgsDisk
impl Unpin for PetriVmgsDisk
impl UnwindSafe for PetriVmgsDisk
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