Enum rustpython_common::format::FormatAlign
source · pub enum FormatAlign {
Left,
Right,
AfterSign,
Center,
}
Variants§
Trait Implementations§
source§impl Clone for FormatAlign
impl Clone for FormatAlign
source§fn clone(&self) -> FormatAlign
fn clone(&self) -> FormatAlign
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 FormatAlign
impl Debug for FormatAlign
source§impl PartialEq<FormatAlign> for FormatAlign
impl PartialEq<FormatAlign> for FormatAlign
source§fn eq(&self, other: &FormatAlign) -> bool
fn eq(&self, other: &FormatAlign) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.