pub enum CarouselOrientation {
Horizontal,
Vertical,
}Expand description
Carousel orientation.
Variants§
Trait Implementations§
Source§impl Clone for CarouselOrientation
impl Clone for CarouselOrientation
Source§fn clone(&self) -> CarouselOrientation
fn clone(&self) -> CarouselOrientation
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 CarouselOrientation
impl Debug for CarouselOrientation
Source§impl PartialEq for CarouselOrientation
impl PartialEq for CarouselOrientation
impl Copy for CarouselOrientation
impl Eq for CarouselOrientation
impl StructuralPartialEq for CarouselOrientation
Auto Trait Implementations§
impl Freeze for CarouselOrientation
impl RefUnwindSafe for CarouselOrientation
impl Send for CarouselOrientation
impl Sync for CarouselOrientation
impl Unpin for CarouselOrientation
impl UnsafeUnpin for CarouselOrientation
impl UnwindSafe for CarouselOrientation
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