pub enum ScenarioId {
ThinReveal,
FastPan,
DiagonalReveal,
RevealBand,
MotionBiasBand,
LayeredSlats,
NoisyReprojection,
HeuristicFriendlyPan,
ContrastPulse,
StabilityHoldout,
}Variants§
ThinReveal
FastPan
DiagonalReveal
RevealBand
MotionBiasBand
LayeredSlats
NoisyReprojection
HeuristicFriendlyPan
ContrastPulse
StabilityHoldout
Implementations§
Trait Implementations§
Source§impl Clone for ScenarioId
impl Clone for ScenarioId
Source§fn clone(&self) -> ScenarioId
fn clone(&self) -> ScenarioId
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ScenarioId
impl Debug for ScenarioId
Source§impl Hash for ScenarioId
impl Hash for ScenarioId
Source§impl PartialEq for ScenarioId
impl PartialEq for ScenarioId
Source§impl Serialize for ScenarioId
impl Serialize for ScenarioId
impl Copy for ScenarioId
impl Eq for ScenarioId
impl StructuralPartialEq for ScenarioId
Auto Trait Implementations§
impl Freeze for ScenarioId
impl RefUnwindSafe for ScenarioId
impl Send for ScenarioId
impl Sync for ScenarioId
impl Unpin for ScenarioId
impl UnsafeUnpin for ScenarioId
impl UnwindSafe for ScenarioId
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.