Struct hi_doc::AnnotationBuilder
source · pub struct AnnotationBuilder<'s> { /* private fields */ }Implementations§
source§impl<'s> AnnotationBuilder<'s>
impl<'s> AnnotationBuilder<'s>
pub fn range(self, range: RangeInclusive<usize>) -> Self
pub fn ranges( self, ranges: impl IntoIterator<Item = RangeInclusive<usize>> ) -> Self
pub fn build(self)
Auto Trait Implementations§
impl<'s> Freeze for AnnotationBuilder<'s>
impl<'s> RefUnwindSafe for AnnotationBuilder<'s>
impl<'s> Send for AnnotationBuilder<'s>
impl<'s> Sync for AnnotationBuilder<'s>
impl<'s> Unpin for AnnotationBuilder<'s>
impl<'s> !UnwindSafe for AnnotationBuilder<'s>
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