pub struct ManifestMissingSignedPayload<'a> {
pub hostname: &'a str,
pub rollout: Option<&'a str>,
pub rollout_id: &'a str,
pub reason: &'a str,
}Expand description
Agent could not load + parse the advertised rollout manifest.
Fields§
§hostname: &'a str§rollout: Option<&'a str>§rollout_id: &'a str§reason: &'a strTrait Implementations§
Source§impl<'a> Clone for ManifestMissingSignedPayload<'a>
impl<'a> Clone for ManifestMissingSignedPayload<'a>
Source§fn clone(&self) -> ManifestMissingSignedPayload<'a>
fn clone(&self) -> ManifestMissingSignedPayload<'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 ManifestMissingSignedPayload<'a>
impl<'a> Debug for ManifestMissingSignedPayload<'a>
Auto Trait Implementations§
impl<'a> Freeze for ManifestMissingSignedPayload<'a>
impl<'a> RefUnwindSafe for ManifestMissingSignedPayload<'a>
impl<'a> Send for ManifestMissingSignedPayload<'a>
impl<'a> Sync for ManifestMissingSignedPayload<'a>
impl<'a> Unpin for ManifestMissingSignedPayload<'a>
impl<'a> UnwindSafe for ManifestMissingSignedPayload<'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