Struct gitlab::api::projects::merge_requests::IssuesClosedBy [−][src]
pub struct IssuesClosedBy<'a> { /* fields omitted */ }
Expand description
Query for issues closed by a merge request.
Implementations
Create a builder for the endpoint.
Trait Implementations
Query parameters for the endpoint.
Whether the endpoint uses keyset pagination or not.
Auto Trait Implementations
impl<'a> RefUnwindSafe for IssuesClosedBy<'a>
impl<'a> Send for IssuesClosedBy<'a>
impl<'a> Sync for IssuesClosedBy<'a>
impl<'a> Unpin for IssuesClosedBy<'a>
impl<'a> UnwindSafe for IssuesClosedBy<'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