Struct nvim_oxi::opts::SetExtmarkOpts
source · [−]pub struct SetExtmarkOpts { /* private fields */ }Expand description
Options passed to Buffer::set_extmark.
Implementations
sourceimpl SetExtmarkOpts
impl SetExtmarkOpts
sourcepub fn builder() -> SetExtmarkOptsBuilder
pub fn builder() -> SetExtmarkOptsBuilder
Creates a new SetExtmarkOptsBuilder.
Trait Implementations
sourceimpl Clone for SetExtmarkOpts
impl Clone for SetExtmarkOpts
sourcefn clone(&self) -> SetExtmarkOpts
fn clone(&self) -> SetExtmarkOpts
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 more
sourceimpl Debug for SetExtmarkOpts
impl Debug for SetExtmarkOpts
sourceimpl Default for SetExtmarkOpts
impl Default for SetExtmarkOpts
sourcefn default() -> SetExtmarkOpts
fn default() -> SetExtmarkOpts
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for SetExtmarkOpts
impl !Send for SetExtmarkOpts
impl !Sync for SetExtmarkOpts
impl Unpin for SetExtmarkOpts
impl UnwindSafe for SetExtmarkOpts
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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