pub struct VerifyMismatchSignedPayload<'a> {
pub hostname: &'a str,
pub rollout: Option<&'a str>,
pub expected: &'a str,
pub actual: &'a str,
}Fields§
§hostname: &'a str§rollout: Option<&'a str>§expected: &'a str§actual: &'a strTrait Implementations§
Source§impl<'a> Clone for VerifyMismatchSignedPayload<'a>
impl<'a> Clone for VerifyMismatchSignedPayload<'a>
Source§fn clone(&self) -> VerifyMismatchSignedPayload<'a>
fn clone(&self) -> VerifyMismatchSignedPayload<'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 VerifyMismatchSignedPayload<'a>
impl<'a> Debug for VerifyMismatchSignedPayload<'a>
Auto Trait Implementations§
impl<'a> Freeze for VerifyMismatchSignedPayload<'a>
impl<'a> RefUnwindSafe for VerifyMismatchSignedPayload<'a>
impl<'a> Send for VerifyMismatchSignedPayload<'a>
impl<'a> Sync for VerifyMismatchSignedPayload<'a>
impl<'a> Unpin for VerifyMismatchSignedPayload<'a>
impl<'a> UnwindSafe for VerifyMismatchSignedPayload<'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