pub struct SimplexDomainProof {
pub link_owner_id: Option<String>,
pub pres_header: String,
pub signature: String,
pub undocumented: JsonObject,
}Fields§
§link_owner_id: Option<String>§pres_header: String§signature: String§undocumented: JsonObjectTrait Implementations§
Source§impl Clone for SimplexDomainProof
impl Clone for SimplexDomainProof
Source§fn clone(&self) -> SimplexDomainProof
fn clone(&self) -> SimplexDomainProof
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 SimplexDomainProof
impl Debug for SimplexDomainProof
Source§impl<'de> Deserialize<'de> for SimplexDomainProof
impl<'de> Deserialize<'de> for SimplexDomainProof
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 SimplexDomainProof
impl PartialEq for SimplexDomainProof
Source§impl Serialize for SimplexDomainProof
impl Serialize for SimplexDomainProof
impl StructuralPartialEq for SimplexDomainProof
Auto Trait Implementations§
impl Freeze for SimplexDomainProof
impl RefUnwindSafe for SimplexDomainProof
impl Send for SimplexDomainProof
impl Sync for SimplexDomainProof
impl Unpin for SimplexDomainProof
impl UnsafeUnpin for SimplexDomainProof
impl UnwindSafe for SimplexDomainProof
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