pub enum EdScope {
Below,
Above,
All,
SavedLines,
}Variants§
Trait Implementations§
impl StructuralPartialEq for EdScope
Auto Trait Implementations§
impl Freeze for EdScope
impl RefUnwindSafe for EdScope
impl Send for EdScope
impl Sync for EdScope
impl Unpin for EdScope
impl UnwindSafe for EdScope
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