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