[][src]Enum agda_mode::base::Rewrite

pub enum Rewrite {
    AsIs,
    Instantiated,
    HeadNormal,
    Simplified,
    Normalised,
}

Modifier for interactive commands, specifying the amount of normalization in the output.

Variants

AsIs
Instantiated
HeadNormal
Simplified
Normalised

Trait Implementations

impl Clone for Rewrite[src]

impl Copy for Rewrite[src]

impl Debug for Rewrite[src]

impl Default for Rewrite[src]

impl<'de> Deserialize<'de> for Rewrite[src]

impl Eq for Rewrite[src]

impl Hash for Rewrite[src]

impl Ord for Rewrite[src]

impl PartialEq<Rewrite> for Rewrite[src]

impl PartialOrd<Rewrite> for Rewrite[src]

impl StructuralEq for Rewrite[src]

impl StructuralPartialEq for Rewrite[src]

Auto Trait Implementations

impl RefUnwindSafe for Rewrite

impl Send for Rewrite

impl Sync for Rewrite

impl Unpin for Rewrite

impl UnwindSafe for Rewrite

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.