Struct gitlab::api::projects::merge_requests::discussions::TextPosition [−][src]
pub struct TextPosition<'a> { /* fields omitted */ }
Expand description
A position within a text file for a discussion.
Implementations
Create a builder for a text position.
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for TextPosition<'a>
impl<'a> Send for TextPosition<'a>
impl<'a> Sync for TextPosition<'a>
impl<'a> Unpin for TextPosition<'a>
impl<'a> UnwindSafe for TextPosition<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more