pub struct GetExtmarkByIdOpts { /* private fields */ }
Expand description
Options passed to
Buffer::get_extmark_by_id
.
Implementations§
Source§impl GetExtmarkByIdOpts
impl GetExtmarkByIdOpts
Sourcepub fn builder() -> GetExtmarkByIdOptsBuilder
pub fn builder() -> GetExtmarkByIdOptsBuilder
Creates a new GetExtmarkByIdOptsBuilder
.
Trait Implementations§
Source§impl Clone for GetExtmarkByIdOpts
impl Clone for GetExtmarkByIdOpts
Source§fn clone(&self) -> GetExtmarkByIdOpts
fn clone(&self) -> GetExtmarkByIdOpts
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GetExtmarkByIdOpts
impl Debug for GetExtmarkByIdOpts
Source§impl Default for GetExtmarkByIdOpts
impl Default for GetExtmarkByIdOpts
Source§fn default() -> GetExtmarkByIdOpts
fn default() -> GetExtmarkByIdOpts
Returns the “default value” for a type. Read more
Source§impl From<&GetExtmarkByIdOpts> for Dictionary
impl From<&GetExtmarkByIdOpts> for Dictionary
Source§fn from(opts: &GetExtmarkByIdOpts) -> Self
fn from(opts: &GetExtmarkByIdOpts) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for GetExtmarkByIdOpts
impl RefUnwindSafe for GetExtmarkByIdOpts
impl Send for GetExtmarkByIdOpts
impl Sync for GetExtmarkByIdOpts
impl Unpin for GetExtmarkByIdOpts
impl UnwindSafe for GetExtmarkByIdOpts
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