pub(crate) enum VmgsEncryptionScheme {
GspKey,
GspById,
None,
}
Variants§
Trait Implementations§
Source§impl Clone for VmgsEncryptionScheme
impl Clone for VmgsEncryptionScheme
Source§fn clone(&self) -> VmgsEncryptionScheme
fn clone(&self) -> VmgsEncryptionScheme
Returns a copy 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 VmgsEncryptionScheme
impl Debug for VmgsEncryptionScheme
impl Copy for VmgsEncryptionScheme
Auto Trait Implementations§
impl Freeze for VmgsEncryptionScheme
impl RefUnwindSafe for VmgsEncryptionScheme
impl Send for VmgsEncryptionScheme
impl Sync for VmgsEncryptionScheme
impl Unpin for VmgsEncryptionScheme
impl UnwindSafe for VmgsEncryptionScheme
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