pub struct ReleasePrPlan {
pub version: String,
pub branch: String,
pub base: String,
pub title: String,
pub body: String,
pub labels: Vec<String>,
pub release_notes: String,
}Fields§
§version: String§branch: String§base: String§title: String§body: String§labels: Vec<String>§release_notes: StringTrait Implementations§
Source§impl Clone for ReleasePrPlan
impl Clone for ReleasePrPlan
Source§fn clone(&self) -> ReleasePrPlan
fn clone(&self) -> ReleasePrPlan
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ReleasePrPlan
impl Debug for ReleasePrPlan
Source§impl PartialEq for ReleasePrPlan
impl PartialEq for ReleasePrPlan
impl Eq for ReleasePrPlan
impl StructuralPartialEq for ReleasePrPlan
Auto Trait Implementations§
impl Freeze for ReleasePrPlan
impl RefUnwindSafe for ReleasePrPlan
impl Send for ReleasePrPlan
impl Sync for ReleasePrPlan
impl Unpin for ReleasePrPlan
impl UnsafeUnpin for ReleasePrPlan
impl UnwindSafe for ReleasePrPlan
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