pub struct PayloadContractCaseManifest {
pub case_id: u32,
pub name: &'static str,
pub kind: PayloadContractCaseKind,
pub semantic_reference_len: usize,
pub external_wire_reference_len: Option<usize>,
pub protobuf_message: &'static str,
pub protobuf_transport_len: usize,
pub stable_type_name: &'static str,
pub stable_transport_len: usize,
pub stable_align: usize,
}Fields§
§case_id: u32§name: &'static str§kind: PayloadContractCaseKind§semantic_reference_len: usize§external_wire_reference_len: Option<usize>§protobuf_message: &'static str§protobuf_transport_len: usize§stable_type_name: &'static str§stable_transport_len: usize§stable_align: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for PayloadContractCaseManifest
impl RefUnwindSafe for PayloadContractCaseManifest
impl Send for PayloadContractCaseManifest
impl Sync for PayloadContractCaseManifest
impl Unpin for PayloadContractCaseManifest
impl UnwindSafe for PayloadContractCaseManifest
Blanket Implementations§
§impl<T> AnySync for T
impl<T> AnySync for T
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<TCore> UWithNativePrefixWire for TCore
impl<TCore> UWithNativePrefixWire for TCore
Source§fn into_native_prefix_wire_transport<W>(
self,
wire: W,
) -> UWireTransport<TCore, W, NativePrefixFrameMetadataCodec>where
W: UWire,
fn into_native_prefix_wire_transport<W>(
self,
wire: W,
) -> UWireTransport<TCore, W, NativePrefixFrameMetadataCodec>where
W: UWire,
Wraps this core with an external or custom selected wire using canonical metadata.
Source§fn into_protobuf_transport(
self,
) -> UWireTransport<TCore, ProtobufWire, NativePrefixFrameMetadataCodec>
fn into_protobuf_transport( self, ) -> UWireTransport<TCore, ProtobufWire, NativePrefixFrameMetadataCodec>
Wraps this core with the Protocol Buffers selected-wire profile.
Source§fn into_stable_container_transport(
self,
) -> UWireTransport<TCore, StableContainerWireFormat, NativePrefixFrameMetadataCodec>
fn into_stable_container_transport( self, ) -> UWireTransport<TCore, StableContainerWireFormat, NativePrefixFrameMetadataCodec>
Wraps this core with the stable-container selected-wire profile.