pub enum PositionKeywordY {
Top,
Center,
Bottom,
}Expand description
Vertical keywords for background-position.
Variants§
Trait Implementations§
Source§impl Clone for PositionKeywordY
impl Clone for PositionKeywordY
Source§fn clone(&self) -> PositionKeywordY
fn clone(&self) -> PositionKeywordY
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 PositionKeywordY
Source§impl Debug for PositionKeywordY
impl Debug for PositionKeywordY
Source§impl PartialEq for PositionKeywordY
impl PartialEq for PositionKeywordY
Source§fn eq(&self, other: &PositionKeywordY) -> bool
fn eq(&self, other: &PositionKeywordY) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PositionKeywordY
Auto Trait Implementations§
impl Freeze for PositionKeywordY
impl RefUnwindSafe for PositionKeywordY
impl Send for PositionKeywordY
impl Sync for PositionKeywordY
impl Unpin for PositionKeywordY
impl UnsafeUnpin for PositionKeywordY
impl UnwindSafe for PositionKeywordY
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