Enum rustfmt_nightly::config::lists::DefinitiveListTactic
source · pub enum DefinitiveListTactic {
Vertical,
Horizontal,
Mixed,
SpecialMacro(usize),
}
Expand description
The definitive formatting tactic for lists.
Variants
Vertical
Horizontal
Mixed
SpecialMacro(usize)
Special case tactic for format!()
, write!()
style macros.
Implementations
sourceimpl DefinitiveListTactic
impl DefinitiveListTactic
pub fn ends_with_newline(&self, indent_style: IndentStyle) -> bool
Trait Implementations
sourceimpl Clone for DefinitiveListTactic
impl Clone for DefinitiveListTactic
sourcefn clone(&self) -> DefinitiveListTactic
fn clone(&self) -> DefinitiveListTactic
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for DefinitiveListTactic
impl Debug for DefinitiveListTactic
sourceimpl PartialEq<DefinitiveListTactic> for DefinitiveListTactic
impl PartialEq<DefinitiveListTactic> for DefinitiveListTactic
sourcefn eq(&self, other: &DefinitiveListTactic) -> bool
fn eq(&self, other: &DefinitiveListTactic) -> bool
impl Copy for DefinitiveListTactic
impl Eq for DefinitiveListTactic
impl StructuralEq for DefinitiveListTactic
impl StructuralPartialEq for DefinitiveListTactic
Auto Trait Implementations
impl RefUnwindSafe for DefinitiveListTactic
impl Send for DefinitiveListTactic
impl Sync for DefinitiveListTactic
impl Unpin for DefinitiveListTactic
impl UnwindSafe for DefinitiveListTactic
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 16 bytes
Size for each variant:
Vertical
: 0 bytesHorizontal
: 0 bytesMixed
: 0 bytesSpecialMacro
: 8 bytes