pub struct Scope {
pub title: String,
pub categories: Vec<Category>,
}
Expand description
Changes grouped by scope (e.g. “API”, “Documentation”, etc.).
Fields§
§title: String
The title of the scope, as defined in Conventions
.
categories: Vec<Category>
A list of categorized changes in this scope
Trait Implementations§
impl Eq for Scope
impl StructuralPartialEq for Scope
Auto Trait Implementations§
impl Freeze for Scope
impl RefUnwindSafe for Scope
impl Send for Scope
impl Sync for Scope
impl Unpin for Scope
impl UnwindSafe for Scope
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