pub enum ExitDir {
Left,
Right,
Up,
Down,
}Expand description
A direction where the caret leaves the math region.
Variants§
Trait Implementations§
impl Copy for ExitDir
impl Eq for ExitDir
impl StructuralPartialEq for ExitDir
Auto Trait Implementations§
impl Freeze for ExitDir
impl RefUnwindSafe for ExitDir
impl Send for ExitDir
impl Sync for ExitDir
impl Unpin for ExitDir
impl UnsafeUnpin for ExitDir
impl UnwindSafe for ExitDir
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