pub enum XS {
AllOff,
NoneDirtyOrClean,
NoneDirtySomeClean,
SomeDirty,
}
Expand description
Additional extension state
Variants
AllOff
All off
NoneDirtyOrClean
None dirty or clean, some on
NoneDirtySomeClean
None dirty, some clean
SomeDirty
Some dirty
Trait Implementations
impl Copy for XS
impl Eq for XS
impl StructuralEq for XS
impl StructuralPartialEq for XS
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more