Enum stylua_lib::OutputVerification [−][src]
pub enum OutputVerification {
Full,
None,
}Expand description
The type of verification to perform to validate that the output AST is still correct.
Variants
Reparse the generated output to detect any changes to code correctness.
Perform no verification of the output.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for OutputVerificationimpl Send for OutputVerificationimpl Sync for OutputVerificationimpl Unpin for OutputVerificationimpl UnwindSafe for OutputVerificationBlanket Implementations
Mutably borrows from an owned value. Read more