pub enum Algn {
Left,
Centr,
Right,
}Expand description
Text alignment within the frame.
Variants§
Trait Implementations§
impl Copy for Algn
impl Eq for Algn
impl StructuralPartialEq for Algn
Auto Trait Implementations§
impl Freeze for Algn
impl RefUnwindSafe for Algn
impl Send for Algn
impl Sync for Algn
impl Unpin for Algn
impl UnwindSafe for Algn
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