pub enum CpuIsolationLeaseState {
Factory,
Active,
Revoked,
StaleGeneration,
}Variants§
Implementations§
Source§impl CpuIsolationLeaseState
impl CpuIsolationLeaseState
pub const fn from_schema( value: CpuIsolationLeaseState, ) -> CpuIsolationLeaseState
Trait Implementations§
Source§impl Clone for CpuIsolationLeaseState
impl Clone for CpuIsolationLeaseState
Source§fn clone(&self) -> CpuIsolationLeaseState
fn clone(&self) -> CpuIsolationLeaseState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CpuIsolationLeaseState
Source§impl Debug for CpuIsolationLeaseState
impl Debug for CpuIsolationLeaseState
impl Eq for CpuIsolationLeaseState
Source§impl PartialEq for CpuIsolationLeaseState
impl PartialEq for CpuIsolationLeaseState
impl StructuralPartialEq for CpuIsolationLeaseState
Auto Trait Implementations§
impl Freeze for CpuIsolationLeaseState
impl RefUnwindSafe for CpuIsolationLeaseState
impl Send for CpuIsolationLeaseState
impl Sync for CpuIsolationLeaseState
impl Unpin for CpuIsolationLeaseState
impl UnsafeUnpin for CpuIsolationLeaseState
impl UnwindSafe for CpuIsolationLeaseState
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