pub struct UnsecuredDocument {
pub content: Value,
pub proof: Proofs,
}Fields§
§content: Value§proof: ProofsTrait Implementations§
Source§impl Clone for UnsecuredDocument
impl Clone for UnsecuredDocument
Source§fn clone(&self) -> UnsecuredDocument
fn clone(&self) -> UnsecuredDocument
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 Debug for UnsecuredDocument
impl Debug for UnsecuredDocument
Source§impl<'de> Deserialize<'de> for UnsecuredDocument
impl<'de> Deserialize<'de> for UnsecuredDocument
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 UnsecuredDocument
impl PartialEq for UnsecuredDocument
Source§impl Serialize for UnsecuredDocument
impl Serialize for UnsecuredDocument
impl StructuralPartialEq for UnsecuredDocument
Auto Trait Implementations§
impl Freeze for UnsecuredDocument
impl RefUnwindSafe for UnsecuredDocument
impl Send for UnsecuredDocument
impl Sync for UnsecuredDocument
impl Unpin for UnsecuredDocument
impl UnwindSafe for UnsecuredDocument
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