Enum nvim_gtk::nvim::repaint_mode::RepaintMode
source · [−]pub enum RepaintMode {
Nothing,
All,
AreaList(ModelRectVec),
Area(ModelRect),
}Variants
Nothing
All
AreaList(ModelRectVec)
Area(ModelRect)
Implementations
sourceimpl RepaintMode
impl RepaintMode
pub fn join(self, mode: RepaintMode) -> RepaintMode
Trait Implementations
sourceimpl Clone for RepaintMode
impl Clone for RepaintMode
sourcefn clone(&self) -> RepaintMode
fn clone(&self) -> RepaintMode
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations
impl RefUnwindSafe for RepaintMode
impl Send for RepaintMode
impl Sync for RepaintMode
impl Unpin for RepaintMode
impl UnwindSafe for RepaintMode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more