pub enum DecidablePredicateCallInputs {
DecideWithWitness {
inputs: Vec<Vec<u8>>,
witness: Vec<Vec<u8>>,
},
}Variants§
Trait Implementations§
Source§impl Clone for DecidablePredicateCallInputs
impl Clone for DecidablePredicateCallInputs
Source§fn clone(&self) -> DecidablePredicateCallInputs
fn clone(&self) -> DecidablePredicateCallInputs
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 DecidablePredicateCallInputs
impl Debug for DecidablePredicateCallInputs
Source§impl Decode for DecidablePredicateCallInputs
impl Decode for DecidablePredicateCallInputs
Source§impl Encode for DecidablePredicateCallInputs
impl Encode for DecidablePredicateCallInputs
Source§fn encode_to<__CodecOutputEdqy: Output + ?Sized>(
&self,
__codec_dest_edqy: &mut __CodecOutputEdqy,
)
fn encode_to<__CodecOutputEdqy: Output + ?Sized>( &self, __codec_dest_edqy: &mut __CodecOutputEdqy, )
Convert self to a slice and append it to the destination.
Source§fn size_hint(&self) -> usize
fn size_hint(&self) -> usize
If possible give a hint of expected size of the encoding. Read more
Source§fn using_encoded<R, F>(&self, f: F) -> R
fn using_encoded<R, F>(&self, f: F) -> R
Convert self to a slice and then invoke the given closure with it.
Source§fn encoded_size(&self) -> usize
fn encoded_size(&self) -> usize
Calculates the encoded size. Read more
impl EncodeLike for DecidablePredicateCallInputs
impl Eq for DecidablePredicateCallInputs
Source§impl Hash for DecidablePredicateCallInputs
impl Hash for DecidablePredicateCallInputs
impl StructuralPartialEq for DecidablePredicateCallInputs
Auto Trait Implementations§
impl Freeze for DecidablePredicateCallInputs
impl RefUnwindSafe for DecidablePredicateCallInputs
impl Send for DecidablePredicateCallInputs
impl Sync for DecidablePredicateCallInputs
impl Unpin for DecidablePredicateCallInputs
impl UnsafeUnpin for DecidablePredicateCallInputs
impl UnwindSafe for DecidablePredicateCallInputs
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