pub struct ManifestRenewalReset {
pub native: SupportState,
pub wrapper_mediated: SupportState,
pub manual: SupportState,
}Expand description
Reset-side renewal capability. native, wrapper_mediated, and
manual are separate so a manifest can distinguish a real harness
reset surface, a launcher/wrapper path, an operator-only path, and
the all-unavailable “no safe reset path” case.
Fields§
§native: SupportState§wrapper_mediated: SupportState§manual: SupportStateTrait Implementations§
Source§impl Clone for ManifestRenewalReset
impl Clone for ManifestRenewalReset
Source§fn clone(&self) -> ManifestRenewalReset
fn clone(&self) -> ManifestRenewalReset
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ManifestRenewalReset
impl Debug for ManifestRenewalReset
Source§impl<'de> Deserialize<'de> for ManifestRenewalReset
impl<'de> Deserialize<'de> for ManifestRenewalReset
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 ManifestRenewalReset
impl PartialEq for ManifestRenewalReset
Source§fn eq(&self, other: &ManifestRenewalReset) -> bool
fn eq(&self, other: &ManifestRenewalReset) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ManifestRenewalReset
impl Serialize for ManifestRenewalReset
impl Eq for ManifestRenewalReset
impl StructuralPartialEq for ManifestRenewalReset
Auto Trait Implementations§
impl Freeze for ManifestRenewalReset
impl RefUnwindSafe for ManifestRenewalReset
impl Send for ManifestRenewalReset
impl Sync for ManifestRenewalReset
impl Unpin for ManifestRenewalReset
impl UnsafeUnpin for ManifestRenewalReset
impl UnwindSafe for ManifestRenewalReset
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.