pub struct GetExtmarksOptsBuilder { /* private fields */ }
Expand description
Builder for GetExtmarksOpts
.
Implementations§
Source§impl GetExtmarksOptsBuilder
impl GetExtmarksOptsBuilder
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
tuples returned by
Buffer::get_extmarks
.
Source§impl GetExtmarksOptsBuilder
impl GetExtmarksOptsBuilder
pub fn build(&mut self) -> GetExtmarksOpts
Trait Implementations§
Source§impl Clone for GetExtmarksOptsBuilder
impl Clone for GetExtmarksOptsBuilder
Source§fn clone(&self) -> GetExtmarksOptsBuilder
fn clone(&self) -> GetExtmarksOptsBuilder
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 GetExtmarksOptsBuilder
impl RefUnwindSafe for GetExtmarksOptsBuilder
impl Send for GetExtmarksOptsBuilder
impl Sync for GetExtmarksOptsBuilder
impl Unpin for GetExtmarksOptsBuilder
impl UnwindSafe for GetExtmarksOptsBuilder
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