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