Struct gitlab::api::projects::issues::notes::IssueNotes [−][src]
pub struct IssueNotes<'a> { /* fields omitted */ }
Query for notes on an issue within a project.
Implementations
impl<'a> IssueNotes<'a>
[src]
impl<'a> IssueNotes<'a>
[src]pub fn builder() -> IssueNotesBuilder<'a>
[src]
Create a builder for the endpoint.
Trait Implementations
impl<'a> Endpoint for IssueNotes<'a>
[src]
impl<'a> Endpoint for IssueNotes<'a>
[src]impl<'a> Pageable for IssueNotes<'a>
[src]
impl<'a> Pageable for IssueNotes<'a>
[src]fn use_keyset_pagination(&self) -> bool
[src]
Auto Trait Implementations
impl<'a> RefUnwindSafe for IssueNotes<'a>
impl<'a> RefUnwindSafe for IssueNotes<'a>
impl<'a> Send for IssueNotes<'a>
impl<'a> Send for IssueNotes<'a>
impl<'a> Sync for IssueNotes<'a>
impl<'a> Sync for IssueNotes<'a>
impl<'a> Unpin for IssueNotes<'a>
impl<'a> Unpin for IssueNotes<'a>
impl<'a> UnwindSafe for IssueNotes<'a>
impl<'a> UnwindSafe for IssueNotes<'a>
Blanket Implementations
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]