Enum rustpython_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 for FormatAlign
impl PartialEq 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 ==
.impl Copy for FormatAlign
impl StructuralPartialEq for FormatAlign
Auto Trait Implementations§
impl Freeze for FormatAlign
impl RefUnwindSafe for FormatAlign
impl Send for FormatAlign
impl Sync for FormatAlign
impl Unpin for FormatAlign
impl UnwindSafe for FormatAlign
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