pub enum CursorScroll {
Scroll(Span),
NoScroll(Span),
}Expand description
Scroll behaviour of a declared cursor
Variants§
Trait Implementations§
Source§impl Clone for CursorScroll
impl Clone for CursorScroll
Source§fn clone(&self) -> CursorScroll
fn clone(&self) -> CursorScroll
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 CursorScroll
impl Debug for CursorScroll
Auto Trait Implementations§
impl Freeze for CursorScroll
impl RefUnwindSafe for CursorScroll
impl Send for CursorScroll
impl Sync for CursorScroll
impl Unpin for CursorScroll
impl UnsafeUnpin for CursorScroll
impl UnwindSafe for CursorScroll
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