pub enum DriftKind {
Windows,
Pool,
}Expand description
Phase B.4 follow-up — which mirror diverged. Tagged so subscribers can route alerts (windows-drift might page; pool-drift is more ephemeral since the pool turns over fast).
Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for DriftKind
impl<'de> Deserialize<'de> for DriftKind
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
impl Copy for DriftKind
impl Eq for DriftKind
impl StructuralPartialEq for DriftKind
Auto Trait Implementations§
impl Freeze for DriftKind
impl RefUnwindSafe for DriftKind
impl Send for DriftKind
impl Sync for DriftKind
impl Unpin for DriftKind
impl UnwindSafe for DriftKind
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