Struct nvim_oxi::opts::GetExtmarkByIdOpts
source · [−]pub struct GetExtmarkByIdOpts { /* private fields */ }Expand description
Options passed to
Buffer::get_extmark_by_id.
Implementations
sourceimpl GetExtmarkByIdOpts
impl GetExtmarkByIdOpts
sourcepub fn builder() -> GetExtmarkByIdOptsBuilder
pub fn builder() -> GetExtmarkByIdOptsBuilder
Creates a new GetExtmarkByIdOptsBuilder.
Trait Implementations
sourceimpl Clone for GetExtmarkByIdOpts
impl Clone for GetExtmarkByIdOpts
sourcefn clone(&self) -> GetExtmarkByIdOpts
fn clone(&self) -> GetExtmarkByIdOpts
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 GetExtmarkByIdOpts
impl Debug for GetExtmarkByIdOpts
sourceimpl Default for GetExtmarkByIdOpts
impl Default for GetExtmarkByIdOpts
sourcefn default() -> GetExtmarkByIdOpts
fn default() -> GetExtmarkByIdOpts
Returns the “default value” for a type. Read more
sourceimpl From<&GetExtmarkByIdOpts> for Dictionary
impl From<&GetExtmarkByIdOpts> for Dictionary
sourcefn from(opts: &GetExtmarkByIdOpts) -> Self
fn from(opts: &GetExtmarkByIdOpts) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for GetExtmarkByIdOpts
impl Send for GetExtmarkByIdOpts
impl Sync for GetExtmarkByIdOpts
impl Unpin for GetExtmarkByIdOpts
impl UnwindSafe for GetExtmarkByIdOpts
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