pub struct PendingReloadVerdict {
pub path: ReloadPathAgreement,
pub image: RunningImageAgreement,
}Expand description
Independent comparisons of configured path and running image at list time. An absent verdict means the daemon predates this field, not agreement.
Fields§
§path: ReloadPathAgreement§image: RunningImageAgreementTrait Implementations§
Source§impl Clone for PendingReloadVerdict
impl Clone for PendingReloadVerdict
Source§impl Debug for PendingReloadVerdict
impl Debug for PendingReloadVerdict
Source§impl<'de> Deserialize<'de> for PendingReloadVerdict
impl<'de> Deserialize<'de> for PendingReloadVerdict
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PendingReloadVerdict
impl PartialEq for PendingReloadVerdict
Source§impl Serialize for PendingReloadVerdict
impl Serialize for PendingReloadVerdict
impl StructuralPartialEq for PendingReloadVerdict
Auto Trait Implementations§
impl Freeze for PendingReloadVerdict
impl RefUnwindSafe for PendingReloadVerdict
impl Send for PendingReloadVerdict
impl Sync for PendingReloadVerdict
impl Unpin for PendingReloadVerdict
impl UnsafeUnpin for PendingReloadVerdict
impl UnwindSafe for PendingReloadVerdict
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