#[repr(u8)]
pub enum CallParenthesesChoice {
Always,
NoSingleString,
NoSingleTable,
None,
}Variants§
Trait Implementations§
source§impl Clone for CallParenthesesChoice
impl Clone for CallParenthesesChoice
source§fn clone(&self) -> CallParenthesesChoice
fn clone(&self) -> CallParenthesesChoice
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 CallParenthesesChoice
impl Debug for CallParenthesesChoice
source§impl Display for CallParenthesesChoice
impl Display for CallParenthesesChoice
source§impl From<CallParenthesesChoice> for RawValue
impl From<CallParenthesesChoice> for RawValue
source§fn from(val: CallParenthesesChoice) -> RawValue
fn from(val: CallParenthesesChoice) -> RawValue
Converts to this type from the input type.
source§impl PartialEq<CallParenthesesChoice> for CallParenthesesChoice
impl PartialEq<CallParenthesesChoice> for CallParenthesesChoice
source§fn eq(&self, other: &CallParenthesesChoice) -> bool
fn eq(&self, other: &CallParenthesesChoice) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PropertyKey for CallParenthesesChoice
impl PropertyKey for CallParenthesesChoice
source§impl PropertyValue for CallParenthesesChoice
impl PropertyValue for CallParenthesesChoice
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.