pub struct ActivationFailedSignedPayload<'a> {
pub hostname: &'a str,
pub rollout: Option<&'a str>,
pub phase: &'a str,
pub exit_code: Option<i32>,
pub stderr_tail_sha256: String,
}Fields§
§hostname: &'a str§rollout: Option<&'a str>§phase: &'a str§exit_code: Option<i32>§stderr_tail_sha256: StringSHA-256 of the JCS bytes of stderr_tail.
Trait Implementations§
Source§impl<'a> Clone for ActivationFailedSignedPayload<'a>
impl<'a> Clone for ActivationFailedSignedPayload<'a>
Source§fn clone(&self) -> ActivationFailedSignedPayload<'a>
fn clone(&self) -> ActivationFailedSignedPayload<'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 ActivationFailedSignedPayload<'a>
impl<'a> Debug for ActivationFailedSignedPayload<'a>
Source§impl<'a> Serialize for ActivationFailedSignedPayload<'a>
impl<'a> Serialize for ActivationFailedSignedPayload<'a>
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations§
impl<'a> Freeze for ActivationFailedSignedPayload<'a>
impl<'a> RefUnwindSafe for ActivationFailedSignedPayload<'a>
impl<'a> Send for ActivationFailedSignedPayload<'a>
impl<'a> Sync for ActivationFailedSignedPayload<'a>
impl<'a> Unpin for ActivationFailedSignedPayload<'a>
impl<'a> UnwindSafe for ActivationFailedSignedPayload<'a>
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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