pub struct Includes {
pub body: bool,
pub title: bool,
pub labels: bool,
pub metadata: bool,
}Expand description
Which top-level fields to include in the output.
Fields§
§body: boolWhether to include body diffs (sections, summary).
title: boolWhether to include the title-change record.
labels: boolWhether to include the labels add/remove record.
metadata: boolWhether to include the metadata (versions header) — almost always
true; here for parity with the issue’s include parameter.
Trait Implementations§
impl Copy for Includes
Auto Trait Implementations§
impl Freeze for Includes
impl RefUnwindSafe for Includes
impl Send for Includes
impl Sync for Includes
impl Unpin for Includes
impl UnsafeUnpin for Includes
impl UnwindSafe for Includes
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