pub struct GetExtmarkByIdOptsBuilder { /* private fields */ }
Expand description
Builder for GetExtmarkByIdOpts
.
Implementations§
Source§impl GetExtmarkByIdOptsBuilder
impl GetExtmarkByIdOptsBuilder
Sourcepub fn details(&mut self, value: bool) -> &mut Self
pub fn details(&mut self, value: bool) -> &mut Self
Whether to include the extmark’s
ExtmarkInfos
as the last element of the
tuple returned by
Buffer::get_extmark_by_id
.
Source§impl GetExtmarkByIdOptsBuilder
impl GetExtmarkByIdOptsBuilder
pub fn build(&mut self) -> GetExtmarkByIdOpts
Trait Implementations§
Source§impl Clone for GetExtmarkByIdOptsBuilder
impl Clone for GetExtmarkByIdOptsBuilder
Source§fn clone(&self) -> GetExtmarkByIdOptsBuilder
fn clone(&self) -> GetExtmarkByIdOptsBuilder
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 moreAuto Trait Implementations§
impl Freeze for GetExtmarkByIdOptsBuilder
impl RefUnwindSafe for GetExtmarkByIdOptsBuilder
impl Send for GetExtmarkByIdOptsBuilder
impl Sync for GetExtmarkByIdOptsBuilder
impl Unpin for GetExtmarkByIdOptsBuilder
impl UnwindSafe for GetExtmarkByIdOptsBuilder
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