pub enum CaptionSide {
Top,
Bottom,
}Expand description
CSS caption-side.
Variants§
Trait Implementations§
Source§impl Clone for CaptionSide
impl Clone for CaptionSide
Source§fn clone(&self) -> CaptionSide
fn clone(&self) -> CaptionSide
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CaptionSide
Source§impl Debug for CaptionSide
impl Debug for CaptionSide
Source§impl Default for CaptionSide
impl Default for CaptionSide
Source§fn default() -> CaptionSide
fn default() -> CaptionSide
Returns the “default value” for a type. Read more
impl Eq for CaptionSide
Source§impl PartialEq for CaptionSide
impl PartialEq for CaptionSide
Source§fn eq(&self, other: &CaptionSide) -> bool
fn eq(&self, other: &CaptionSide) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CaptionSide
Auto Trait Implementations§
impl Freeze for CaptionSide
impl RefUnwindSafe for CaptionSide
impl Send for CaptionSide
impl Sync for CaptionSide
impl Unpin for CaptionSide
impl UnsafeUnpin for CaptionSide
impl UnwindSafe for CaptionSide
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