#[repr(u8)]
pub enum CollapseSimpleStatementChoice {
Never,
FunctionOnly,
ConditionalOnly,
Always,
}Variants§
Trait Implementations§
source§impl Clone for CollapseSimpleStatementChoice
impl Clone for CollapseSimpleStatementChoice
source§fn clone(&self) -> CollapseSimpleStatementChoice
fn clone(&self) -> CollapseSimpleStatementChoice
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 From<CollapseSimpleStatementChoice> for RawValue
impl From<CollapseSimpleStatementChoice> for RawValue
source§fn from(val: CollapseSimpleStatementChoice) -> RawValue
fn from(val: CollapseSimpleStatementChoice) -> RawValue
Converts to this type from the input type.
source§impl PartialEq<CollapseSimpleStatementChoice> for CollapseSimpleStatementChoice
impl PartialEq<CollapseSimpleStatementChoice> for CollapseSimpleStatementChoice
source§fn eq(&self, other: &CollapseSimpleStatementChoice) -> bool
fn eq(&self, other: &CollapseSimpleStatementChoice) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PropertyValue for CollapseSimpleStatementChoice
impl PropertyValue for CollapseSimpleStatementChoice
source§const MAYBE_UNSET: bool = false
const MAYBE_UNSET: bool = false
Indicates whether a value that is case-insensitively equal to “unset”
should NOT be treated as if the value is unset. Read more
§type Err = UnknownValueError
type Err = UnknownValueError
The type of value returned on a failed parse.