#[repr(u8)]pub enum CollapseSimpleStatementChoice {
Never = 0,
FunctionOnly = 1,
ConditionalOnly = 2,
Always = 3,
}
Variants§
Trait Implementations§
Source§impl Clone for CollapseSimpleStatementChoice
impl Clone for CollapseSimpleStatementChoice
Source§fn clone(&self) -> CollapseSimpleStatementChoice
fn clone(&self) -> CollapseSimpleStatementChoice
Returns a duplicate 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 for CollapseSimpleStatementChoice
impl PartialEq for CollapseSimpleStatementChoice
Source§fn eq(&self, other: &CollapseSimpleStatementChoice) -> bool
fn eq(&self, other: &CollapseSimpleStatementChoice) -> bool
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
Source§type Err = UnknownValueError
type Err = UnknownValueError
The type of value returned on a failed parse.
impl Copy for CollapseSimpleStatementChoice
impl Eq for CollapseSimpleStatementChoice
impl StructuralPartialEq for CollapseSimpleStatementChoice
Auto Trait Implementations§
impl Freeze for CollapseSimpleStatementChoice
impl RefUnwindSafe for CollapseSimpleStatementChoice
impl Send for CollapseSimpleStatementChoice
impl Sync for CollapseSimpleStatementChoice
impl Unpin for CollapseSimpleStatementChoice
impl UnwindSafe for CollapseSimpleStatementChoice
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