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 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl 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 KVec<KeyValuePair>
impl From<&GetExtmarkByIdOpts> for KVec<KeyValuePair>
sourcefn from(opts: &GetExtmarkByIdOpts) -> KVec<KeyValuePair>
fn from(opts: &GetExtmarkByIdOpts) -> KVec<KeyValuePair>
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 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