#[repr(u8)]pub enum SpaceAfterFunctionNamesChoice {
Always = 0,
Definitions = 1,
Calls = 2,
Never = 3,
}
Variants§
Trait Implementations§
Source§impl Clone for SpaceAfterFunctionNamesChoice
impl Clone for SpaceAfterFunctionNamesChoice
Source§fn clone(&self) -> SpaceAfterFunctionNamesChoice
fn clone(&self) -> SpaceAfterFunctionNamesChoice
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<SpaceAfterFunctionNamesChoice> for RawValue
impl From<SpaceAfterFunctionNamesChoice> for RawValue
Source§fn from(val: SpaceAfterFunctionNamesChoice) -> RawValue
fn from(val: SpaceAfterFunctionNamesChoice) -> RawValue
Converts to this type from the input type.
Source§impl PartialEq for SpaceAfterFunctionNamesChoice
impl PartialEq for SpaceAfterFunctionNamesChoice
Source§fn eq(&self, other: &SpaceAfterFunctionNamesChoice) -> bool
fn eq(&self, other: &SpaceAfterFunctionNamesChoice) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PropertyValue for SpaceAfterFunctionNamesChoice
impl PropertyValue for SpaceAfterFunctionNamesChoice
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 SpaceAfterFunctionNamesChoice
impl Eq for SpaceAfterFunctionNamesChoice
impl StructuralPartialEq for SpaceAfterFunctionNamesChoice
Auto Trait Implementations§
impl Freeze for SpaceAfterFunctionNamesChoice
impl RefUnwindSafe for SpaceAfterFunctionNamesChoice
impl Send for SpaceAfterFunctionNamesChoice
impl Sync for SpaceAfterFunctionNamesChoice
impl Unpin for SpaceAfterFunctionNamesChoice
impl UnwindSafe for SpaceAfterFunctionNamesChoice
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