Struct moore_svlog::ParamEnv [−][src]
pub struct ParamEnv(_);
Expand description
A parameter environment.
This is merely an handle that is cheap to copy and pass around. Use the
Context
to resolve this to the actual ParamEnvData
.
Trait Implementations
This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for ParamEnv
impl UnwindSafe for ParamEnv
Blanket Implementations
Mutably borrows from an owned value. Read more