pub(crate) enum IacState {
Normal,
SkipOption,
SubNeg,
}Variants§
Trait Implementations§
impl Copy for IacState
impl StructuralPartialEq for IacState
Auto Trait Implementations§
impl Freeze for IacState
impl RefUnwindSafe for IacState
impl Send for IacState
impl Sync for IacState
impl Unpin for IacState
impl UnsafeUnpin for IacState
impl UnwindSafe for IacState
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