pub struct PrCommentFilter {
pub kind: Option<PrCommentKind>,
pub limit: usize,
}Expand description
Filters for Pulls::list_comments. kind is the CLI vocabulary; ops maps
it to Gitee’s comment_type query (diff_comment | pr_comment).
Fields§
§kind: Option<PrCommentKind>§limit: usizeTrait Implementations§
Source§impl Default for PrCommentFilter
impl Default for PrCommentFilter
Source§fn default() -> PrCommentFilter
fn default() -> PrCommentFilter
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PrCommentFilter
impl RefUnwindSafe for PrCommentFilter
impl Send for PrCommentFilter
impl Sync for PrCommentFilter
impl Unpin for PrCommentFilter
impl UnsafeUnpin for PrCommentFilter
impl UnwindSafe for PrCommentFilter
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more