pub enum ScrollKind {
Line,
Page,
}Variants§
Trait Implementations§
Source§impl Clone for ScrollKind
impl Clone for ScrollKind
Source§fn clone(&self) -> ScrollKind
fn clone(&self) -> ScrollKind
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 ScrollKind
Auto Trait Implementations§
impl Freeze for ScrollKind
impl RefUnwindSafe for ScrollKind
impl Send for ScrollKind
impl Sync for ScrollKind
impl Unpin for ScrollKind
impl UnsafeUnpin for ScrollKind
impl UnwindSafe for ScrollKind
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