pub enum TitleAlign {
LeftOffset(usize),
RightOffset(usize),
}Variants§
Auto Trait Implementations§
impl Freeze for TitleAlign
impl RefUnwindSafe for TitleAlign
impl Send for TitleAlign
impl Sync for TitleAlign
impl Unpin for TitleAlign
impl UnsafeUnpin for TitleAlign
impl UnwindSafe for TitleAlign
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