pub struct DeltaInput {
pub base_ref: String,
pub head_ref: String,
}Expand description
Optional base/head comparison input for delta estimation.
When present, the effort engine may attach a delta section describing the blast radius and estimated effort impact of the change window.
Fields§
§base_ref: String§head_ref: StringTrait Implementations§
Source§impl Clone for DeltaInput
impl Clone for DeltaInput
Source§fn clone(&self) -> DeltaInput
fn clone(&self) -> DeltaInput
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 moreAuto Trait Implementations§
impl Freeze for DeltaInput
impl RefUnwindSafe for DeltaInput
impl Send for DeltaInput
impl Sync for DeltaInput
impl Unpin for DeltaInput
impl UnsafeUnpin for DeltaInput
impl UnwindSafe for DeltaInput
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