pub struct KayrosProof {
pub data: String,
pub data_format: Option<ProofDataFormat>,
pub kayros: KayrosData,
}Fields§
§data: String§data_format: Option<ProofDataFormat>§kayros: KayrosDataTrait Implementations§
Source§impl Clone for KayrosProof
impl Clone for KayrosProof
Source§fn clone(&self) -> KayrosProof
fn clone(&self) -> KayrosProof
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 KayrosProof
impl Debug for KayrosProof
Source§impl Default for KayrosProof
impl Default for KayrosProof
Source§fn default() -> KayrosProof
fn default() -> KayrosProof
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for KayrosProof
impl<'de> Deserialize<'de> for KayrosProof
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 KayrosProof
impl PartialEq for KayrosProof
Source§fn eq(&self, other: &KayrosProof) -> bool
fn eq(&self, other: &KayrosProof) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for KayrosProof
impl Serialize for KayrosProof
impl StructuralPartialEq for KayrosProof
Auto Trait Implementations§
impl Freeze for KayrosProof
impl RefUnwindSafe for KayrosProof
impl Send for KayrosProof
impl Sync for KayrosProof
impl Unpin for KayrosProof
impl UnsafeUnpin for KayrosProof
impl UnwindSafe for KayrosProof
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