pub struct PayloadContractCase { /* private fields */ }Implementations§
Source§impl PayloadContractCase
impl PayloadContractCase
pub const fn new( case_id: u32, name: &'static str, kind: PayloadContractCaseKind, semantic_reference_len: usize, external_wire_reference_len: Option<usize>, ) -> Self
pub const fn case_id(&self) -> u32
pub const fn name(&self) -> &'static str
pub const fn kind(&self) -> PayloadContractCaseKind
pub const fn semantic_reference_len(&self) -> usize
pub const fn external_wire_reference_len(&self) -> Option<usize>
Trait Implementations§
Source§impl Clone for PayloadContractCase
impl Clone for PayloadContractCase
Source§fn clone(&self) -> PayloadContractCase
fn clone(&self) -> PayloadContractCase
Returns a copy of the value. Read more
1.0.0 · 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 PayloadContractCase
impl Debug for PayloadContractCase
Source§impl PartialEq for PayloadContractCase
impl PartialEq for PayloadContractCase
impl Copy for PayloadContractCase
impl Eq for PayloadContractCase
impl StructuralPartialEq for PayloadContractCase
Auto Trait Implementations§
impl Freeze for PayloadContractCase
impl RefUnwindSafe for PayloadContractCase
impl Send for PayloadContractCase
impl Sync for PayloadContractCase
impl Unpin for PayloadContractCase
impl UnwindSafe for PayloadContractCase
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§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.