Enum liquid::ErrorMode
[−]
[src]
pub enum ErrorMode {
Strict,
Warn,
Lax,
}The ErrorMode to use. This currently does not have an effect, until ErrorModes are properly implemented.
Variants
StrictWarnLaxTrait Implementations
impl Copy for ErrorMode[src]
impl Clone for ErrorMode[src]
fn clone(&self) -> ErrorMode
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more