pub enum Quadding {
Left = 0,
Center = 1,
Right = 2,
}
Expand description
The quadding (justification) of a field containing variable text.
Variants§
Left = 0
Left justify the text.
Center = 1
Center justify the text.
Right = 2
Right justify the text.
Trait Implementations§
impl Copy for Quadding
impl Eq for Quadding
impl StructuralPartialEq for Quadding
Auto Trait Implementations§
impl Freeze for Quadding
impl RefUnwindSafe for Quadding
impl Send for Quadding
impl Sync for Quadding
impl Unpin for Quadding
impl UnwindSafe for Quadding
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)