pub struct ManifestMismatchSignedPayload<'a> {
pub hostname: &'a str,
pub rollout: Option<&'a str>,
pub rollout_id: &'a str,
pub reason: &'a str,
}Expand description
Manifest signed but agent’s content-bound checks failed (hash, host_set membership, or pinned-bytes drift).
Fields§
§hostname: &'a str§rollout: Option<&'a str>§rollout_id: &'a str§reason: &'a strTrait Implementations§
Source§impl<'a> Clone for ManifestMismatchSignedPayload<'a>
impl<'a> Clone for ManifestMismatchSignedPayload<'a>
Source§fn clone(&self) -> ManifestMismatchSignedPayload<'a>
fn clone(&self) -> ManifestMismatchSignedPayload<'a>
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 moreSource§impl<'a> Debug for ManifestMismatchSignedPayload<'a>
impl<'a> Debug for ManifestMismatchSignedPayload<'a>
Auto Trait Implementations§
impl<'a> Freeze for ManifestMismatchSignedPayload<'a>
impl<'a> RefUnwindSafe for ManifestMismatchSignedPayload<'a>
impl<'a> Send for ManifestMismatchSignedPayload<'a>
impl<'a> Sync for ManifestMismatchSignedPayload<'a>
impl<'a> Unpin for ManifestMismatchSignedPayload<'a>
impl<'a> UnwindSafe for ManifestMismatchSignedPayload<'a>
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