pub struct Promotion {
pub branch: String,
pub commit: String,
pub run_branch: String,
pub token: MergeToken,
}Expand description
A promoted run: what was named, and what it was named after.
Fields§
§branch: String§commit: String§run_branch: String§token: MergeTokenTrait Implementations§
Auto Trait Implementations§
impl Freeze for Promotion
impl RefUnwindSafe for Promotion
impl Send for Promotion
impl Sync for Promotion
impl Unpin for Promotion
impl UnsafeUnpin for Promotion
impl UnwindSafe for Promotion
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