Enum i_slint_compiler::generator::OutputFormat
source · pub enum OutputFormat {
Interpreter,
Llr,
}
Variants§
Implementations§
source§impl OutputFormat
impl OutputFormat
pub fn guess_from_extension(path: &Path) -> Option<Self>
Trait Implementations§
source§impl Clone for OutputFormat
impl Clone for OutputFormat
source§fn clone(&self) -> OutputFormat
fn clone(&self) -> OutputFormat
Returns a copy 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 OutputFormat
impl Debug for OutputFormat
source§impl FromStr for OutputFormat
impl FromStr for OutputFormat
source§impl PartialEq<OutputFormat> for OutputFormat
impl PartialEq<OutputFormat> for OutputFormat
source§fn eq(&self, other: &OutputFormat) -> bool
fn eq(&self, other: &OutputFormat) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.