pub struct RootPromotionSpec {
pub document: Value,
pub evidence: VerifiedDocumentEvidence,
}Fields§
§document: Value§evidence: VerifiedDocumentEvidenceTrait Implementations§
Source§impl Clone for RootPromotionSpec
impl Clone for RootPromotionSpec
Source§fn clone(&self) -> RootPromotionSpec
fn clone(&self) -> RootPromotionSpec
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 RootPromotionSpec
impl Debug for RootPromotionSpec
Source§impl<'de> Deserialize<'de> for RootPromotionSpec
impl<'de> Deserialize<'de> for RootPromotionSpec
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 RootPromotionSpec
impl PartialEq for RootPromotionSpec
Source§impl Serialize for RootPromotionSpec
impl Serialize for RootPromotionSpec
impl StructuralPartialEq for RootPromotionSpec
Auto Trait Implementations§
impl Freeze for RootPromotionSpec
impl RefUnwindSafe for RootPromotionSpec
impl Send for RootPromotionSpec
impl Sync for RootPromotionSpec
impl Unpin for RootPromotionSpec
impl UnsafeUnpin for RootPromotionSpec
impl UnwindSafe for RootPromotionSpec
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