Struct gitlab::api::projects::merge_requests::discussions::LineRangeBuilder [−][src]
pub struct LineRangeBuilder<'a> { /* fields omitted */ }
Expand description
Builder for LineRange
.
Implementations
The line code for the start of the range.
The line code for the end of the range.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl<'a> RefUnwindSafe for LineRangeBuilder<'a>
impl<'a> Send for LineRangeBuilder<'a>
impl<'a> Sync for LineRangeBuilder<'a>
impl<'a> Unpin for LineRangeBuilder<'a>
impl<'a> UnwindSafe for LineRangeBuilder<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more