pub enum AlignSpec {
Left,
Center,
Right,
}Expand description
Alignment for content-string rendering.
Variants§
Trait Implementations§
impl Copy for AlignSpec
impl Eq for AlignSpec
impl StructuralPartialEq for AlignSpec
Auto Trait Implementations§
impl Freeze for AlignSpec
impl RefUnwindSafe for AlignSpec
impl Send for AlignSpec
impl Sync for AlignSpec
impl Unpin for AlignSpec
impl UnsafeUnpin for AlignSpec
impl UnwindSafe for AlignSpec
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