pub struct Interval {
pub engine: CanonVersion,
pub recorded: Option<CanonVersion>,
pub destination: CanonVersion,
}Expand description
What the plan checks the compatibility against.
Fields§
§engine: CanonVersionThe engine running this plan.
recorded: Option<CanonVersion>The release the target records, where it records one.
destination: CanonVersionThe release the plan converges toward.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Interval
impl RefUnwindSafe for Interval
impl Send for Interval
impl Sync for Interval
impl Unpin for Interval
impl UnsafeUnpin for Interval
impl UnwindSafe for Interval
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