#[repr(C)]pub enum StyleCaptionSide {
Top = 0,
Bottom = 1,
}Expand description
Specifies the placement of a table caption.
The caption-side property positions the caption either above or below the table.
Variants§
Trait Implementations§
Source§impl Clone for StyleCaptionSide
impl Clone for StyleCaptionSide
Source§fn clone(&self) -> StyleCaptionSide
fn clone(&self) -> StyleCaptionSide
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StyleCaptionSide
impl Debug for StyleCaptionSide
Source§impl Default for StyleCaptionSide
impl Default for StyleCaptionSide
Source§impl FormatAsRustCode for StyleCaptionSide
impl FormatAsRustCode for StyleCaptionSide
fn format_as_rust_code(&self, _tabs: usize) -> String
Source§impl From<StyleCaptionSide> for CssProperty
impl From<StyleCaptionSide> for CssProperty
Source§fn from(e: StyleCaptionSide) -> Self
fn from(e: StyleCaptionSide) -> Self
Converts to this type from the input type.
Source§impl Hash for StyleCaptionSide
impl Hash for StyleCaptionSide
Source§impl Ord for StyleCaptionSide
impl Ord for StyleCaptionSide
Source§fn cmp(&self, other: &StyleCaptionSide) -> Ordering
fn cmp(&self, other: &StyleCaptionSide) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for StyleCaptionSide
impl PartialEq for StyleCaptionSide
Source§impl PartialOrd for StyleCaptionSide
impl PartialOrd for StyleCaptionSide
Source§impl PrintAsCssValue for StyleCaptionSide
impl PrintAsCssValue for StyleCaptionSide
fn print_as_css_value(&self) -> String
impl Copy for StyleCaptionSide
impl Eq for StyleCaptionSide
impl StructuralPartialEq for StyleCaptionSide
Auto Trait Implementations§
impl Freeze for StyleCaptionSide
impl RefUnwindSafe for StyleCaptionSide
impl Send for StyleCaptionSide
impl Sync for StyleCaptionSide
impl Unpin for StyleCaptionSide
impl UnwindSafe for StyleCaptionSide
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