pub struct StaticValueRange<V> { /* private fields */ }Expand description
A static value range with a fixed set of values.
Use this when the possible values don’t depend on solution state.
Implementations§
Trait Implementations§
Source§impl<S, V> ValueRangeProvider<S, V> for StaticValueRange<V>
impl<S, V> ValueRangeProvider<S, V> for StaticValueRange<V>
Auto Trait Implementations§
impl<V> Freeze for StaticValueRange<V>
impl<V> RefUnwindSafe for StaticValueRange<V>where
V: RefUnwindSafe,
impl<V> Send for StaticValueRange<V>where
V: Send,
impl<V> Sync for StaticValueRange<V>where
V: Sync,
impl<V> Unpin for StaticValueRange<V>where
V: Unpin,
impl<V> UnwindSafe for StaticValueRange<V>where
V: UnwindSafe,
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