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§
source§impl DefinitiveListTactic
impl DefinitiveListTactic
pub fn ends_with_newline(&self, indent_style: IndentStyle) -> bool
Trait Implementations§
source§impl Clone for DefinitiveListTactic
impl Clone for DefinitiveListTactic
source§fn clone(&self) -> DefinitiveListTactic
fn clone(&self) -> DefinitiveListTactic
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 DefinitiveListTactic
impl Debug for DefinitiveListTactic
source§impl PartialEq<DefinitiveListTactic> for DefinitiveListTactic
impl PartialEq<DefinitiveListTactic> for DefinitiveListTactic
source§fn eq(&self, other: &DefinitiveListTactic) -> bool
fn eq(&self, other: &DefinitiveListTactic) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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§
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
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.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