Struct gitlab::api::projects::merge_requests::discussions::PositionBuilder [−][src]
pub struct PositionBuilder<'a> { /* fields omitted */ }Expand description
Builder for Position.
Implementations
Tbe base commit SHA in the source branch.
Tbe base commit SHA in the target branch.
Tbe commit SHA for the HEAD of the merge request.
The position within a text file.
The position within an image file.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl<'a> RefUnwindSafe for PositionBuilder<'a>
impl<'a> Send for PositionBuilder<'a>
impl<'a> Sync for PositionBuilder<'a>
impl<'a> Unpin for PositionBuilder<'a>
impl<'a> UnwindSafe for PositionBuilder<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more