pub struct Landing {
pub recorded: bool,
pub rk_version: Option<String>,
}Expand description
The landing record’s presence, the one fact rk status owns that the
routing needs before it reads the full report.
Fields§
§recorded: boolWhether .release-kit/manifest.json exists and reads.
rk_version: Option<String>The release-kit version the record names, where one exists.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Landing
impl RefUnwindSafe for Landing
impl Send for Landing
impl Sync for Landing
impl Unpin for Landing
impl UnsafeUnpin for Landing
impl UnwindSafe for Landing
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