Enum fb2::HorizontalAlign
source · pub enum HorizontalAlign {
Left,
Right,
Center,
}Expand description
Align for table cells
Variants§
Trait Implementations§
source§impl Debug for HorizontalAlign
impl Debug for HorizontalAlign
source§impl Default for HorizontalAlign
impl Default for HorizontalAlign
source§impl PartialEq<HorizontalAlign> for HorizontalAlign
impl PartialEq<HorizontalAlign> for HorizontalAlign
source§fn eq(&self, other: &HorizontalAlign) -> bool
fn eq(&self, other: &HorizontalAlign) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for HorizontalAlign
Auto Trait Implementations§
impl RefUnwindSafe for HorizontalAlign
impl Send for HorizontalAlign
impl Sync for HorizontalAlign
impl Unpin for HorizontalAlign
impl UnwindSafe for HorizontalAlign
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