pub struct ExpressionExpressionProof {
pub invalid: Option<bool>,
pub key: Option<String>,
pub signature: Option<String>,
pub valid: Option<bool>,
}
Fields§
§invalid: Option<bool>
§key: Option<String>
§signature: Option<String>
§valid: Option<bool>
Trait Implementations§
Source§impl Debug for ExpressionExpressionProof
impl Debug for ExpressionExpressionProof
Source§impl<'de> Deserialize<'de> for ExpressionExpressionProof
impl<'de> Deserialize<'de> for ExpressionExpressionProof
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
Auto Trait Implementations§
impl Freeze for ExpressionExpressionProof
impl RefUnwindSafe for ExpressionExpressionProof
impl Send for ExpressionExpressionProof
impl Sync for ExpressionExpressionProof
impl Unpin for ExpressionExpressionProof
impl UnwindSafe for ExpressionExpressionProof
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