Struct PublicCallRequestArrayLengths
pub struct PublicCallRequestArrayLengths {
pub setup_calls: u32,
pub app_logic_calls: u32,
pub teardown_call: bool,
}
Fields
setup_calls: u32app_logic_calls: u32teardown_call: boolImplementations
impl PublicCallRequestArrayLengths
pub fn new(
setup_call_requests: [PublicCallRequest; 32],
app_logic_call_requests: [PublicCallRequest; 32],
teardown_call_request: PublicCallRequest,
) -> Self
Trait implementations
impl Deserialize for PublicCallRequestArrayLengths
pub fn deserialize(fields: [Field; 3]) -> Self
pub fn stream_deserialize<let K: u32>(reader: &mut Reader<K>) -> Self
impl Empty for PublicCallRequestArrayLengths
pub fn empty() -> Self
pub fn is_empty(self) -> bool
pub fn assert_empty<let S: u32>(self, msg: str<S>)
impl Eq for PublicCallRequestArrayLengths
pub fn eq(_self: Self, _other: Self) -> bool