#[repr(u8)]pub enum CallParenthesesChoice {
Always = 0,
NoSingleString = 1,
NoSingleTable = 2,
None = 3,
}
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 for CallParenthesesChoice
impl PartialEq for CallParenthesesChoice
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
Source§type Err = UnknownValueError
type Err = UnknownValueError
The type of value returned on a failed parse.
impl Copy for CallParenthesesChoice
impl Eq for CallParenthesesChoice
impl StructuralPartialEq for CallParenthesesChoice
Auto Trait Implementations§
impl Freeze for CallParenthesesChoice
impl RefUnwindSafe for CallParenthesesChoice
impl Send for CallParenthesesChoice
impl Sync for CallParenthesesChoice
impl Unpin for CallParenthesesChoice
impl UnwindSafe for CallParenthesesChoice
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more