Struct gitlab::api::projects::repository::commits::CommitComments [−][src]
pub struct CommitComments<'a> { /* fields omitted */ }
Query for comments on a specific commit in a project.
Implementations
impl<'a> CommitComments<'a>
[src]
impl<'a> CommitComments<'a>
[src]pub fn builder() -> CommitCommentsBuilder<'a>
[src]
pub fn builder() -> CommitCommentsBuilder<'a>
[src]Create a builder for the endpoint.
Trait Implementations
impl<'a> Debug for CommitComments<'a>
[src]
impl<'a> Debug for CommitComments<'a>
[src]impl<'a> Endpoint for CommitComments<'a>
[src]
impl<'a> Endpoint for CommitComments<'a>
[src]fn parameters(&self) -> QueryParams<'_>
[src]
fn parameters(&self) -> QueryParams<'_>
[src]Query parameters for the endpoint.
impl<'a> Pageable for CommitComments<'a>
[src]
impl<'a> Pageable for CommitComments<'a>
[src]fn use_keyset_pagination(&self) -> bool
[src]
fn use_keyset_pagination(&self) -> bool
[src]Whether the endpoint uses keyset pagination or not.
Auto Trait Implementations
impl<'a> RefUnwindSafe for CommitComments<'a>
impl<'a> Send for CommitComments<'a>
impl<'a> Sync for CommitComments<'a>
impl<'a> Unpin for CommitComments<'a>
impl<'a> UnwindSafe for CommitComments<'a>
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]fn instrument(self, span: Span) -> Instrumented<Self>
[src]
fn instrument(self, span: Span) -> Instrumented<Self>
[src]Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
fn in_current_span(self) -> Instrumented<Self>
[src]
fn in_current_span(self) -> Instrumented<Self>
[src]