pub struct ExpressionProofInput {
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§
Auto Trait Implementations§
impl Freeze for ExpressionProofInput
impl RefUnwindSafe for ExpressionProofInput
impl Send for ExpressionProofInput
impl Sync for ExpressionProofInput
impl Unpin for ExpressionProofInput
impl UnwindSafe for ExpressionProofInput
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