pub enum AllMessages {
Show 25 variants
CandidateValidation(CandidateValidationMessage),
PvfChecker(PvfCheckerMessage),
CandidateBacking(CandidateBackingMessage),
StatementDistribution(StatementDistributionMessage),
AvailabilityDistribution(AvailabilityDistributionMessage),
AvailabilityRecovery(AvailabilityRecoveryMessage),
BitfieldSigning(BitfieldSigningMessage),
BitfieldDistribution(BitfieldDistributionMessage),
Provisioner(ProvisionerMessage),
RuntimeApi(RuntimeApiMessage),
AvailabilityStore(AvailabilityStoreMessage),
NetworkBridgeRx(NetworkBridgeRxMessage),
NetworkBridgeTx(NetworkBridgeTxMessage),
ChainApi(ChainApiMessage),
CollationGeneration(CollationGenerationMessage),
CollatorProtocol(CollatorProtocolMessage),
ApprovalDistribution(ApprovalDistributionMessage),
ApprovalVoting(ApprovalVotingMessage),
ApprovalVotingParallel(ApprovalVotingParallelMessage),
GossipSupport(GossipSupportMessage),
DisputeCoordinator(DisputeCoordinatorMessage),
DisputeDistribution(DisputeDistributionMessage),
ChainSelection(ChainSelectionMessage),
ProspectiveParachains(ProspectiveParachainsMessage),
Empty,
}
Expand description
Generated message type wrapper over all possible messages used by any subsystem.
Variants§
CandidateValidation(CandidateValidationMessage)
PvfChecker(PvfCheckerMessage)
CandidateBacking(CandidateBackingMessage)
StatementDistribution(StatementDistributionMessage)
AvailabilityDistribution(AvailabilityDistributionMessage)
AvailabilityRecovery(AvailabilityRecoveryMessage)
BitfieldSigning(BitfieldSigningMessage)
BitfieldDistribution(BitfieldDistributionMessage)
Provisioner(ProvisionerMessage)
RuntimeApi(RuntimeApiMessage)
AvailabilityStore(AvailabilityStoreMessage)
NetworkBridgeRx(NetworkBridgeRxMessage)
NetworkBridgeTx(NetworkBridgeTxMessage)
ChainApi(ChainApiMessage)
CollationGeneration(CollationGenerationMessage)
CollatorProtocol(CollatorProtocolMessage)
ApprovalDistribution(ApprovalDistributionMessage)
ApprovalVoting(ApprovalVotingMessage)
ApprovalVotingParallel(ApprovalVotingParallelMessage)
GossipSupport(GossipSupportMessage)
DisputeCoordinator(DisputeCoordinatorMessage)
DisputeDistribution(DisputeDistributionMessage)
ChainSelection(ChainSelectionMessage)
ProspectiveParachains(ProspectiveParachainsMessage)
Empty
Trait Implementations§
§impl AssociateOutgoing for AllMessages
impl AssociateOutgoing for AllMessages
§type OutgoingMessages = AllMessages
type OutgoingMessages = AllMessages
The associated outgoing messages for a subsystem that consumes the message
Self
.§impl Debug for AllMessages
impl Debug for AllMessages
§impl From<()> for AllMessages
impl From<()> for AllMessages
§fn from(_: ()) -> AllMessages
fn from(_: ()) -> AllMessages
Converts to this type from the input type.
§impl From<ApprovalDistributionMessage> for AllMessages
impl From<ApprovalDistributionMessage> for AllMessages
§fn from(message: ApprovalDistributionMessage) -> AllMessages
fn from(message: ApprovalDistributionMessage) -> AllMessages
Converts to this type from the input type.
§impl From<ApprovalDistributionOutgoingMessages> for AllMessages
impl From<ApprovalDistributionOutgoingMessages> for AllMessages
§fn from(message: ApprovalDistributionOutgoingMessages) -> AllMessages
fn from(message: ApprovalDistributionOutgoingMessages) -> AllMessages
Converts to this type from the input type.
§impl From<ApprovalVotingMessage> for AllMessages
impl From<ApprovalVotingMessage> for AllMessages
§fn from(message: ApprovalVotingMessage) -> AllMessages
fn from(message: ApprovalVotingMessage) -> AllMessages
Converts to this type from the input type.
§impl From<ApprovalVotingOutgoingMessages> for AllMessages
impl From<ApprovalVotingOutgoingMessages> for AllMessages
§fn from(message: ApprovalVotingOutgoingMessages) -> AllMessages
fn from(message: ApprovalVotingOutgoingMessages) -> AllMessages
Converts to this type from the input type.
§impl From<ApprovalVotingParallelMessage> for AllMessages
impl From<ApprovalVotingParallelMessage> for AllMessages
§fn from(message: ApprovalVotingParallelMessage) -> AllMessages
fn from(message: ApprovalVotingParallelMessage) -> AllMessages
Converts to this type from the input type.
§impl From<ApprovalVotingParallelOutgoingMessages> for AllMessages
impl From<ApprovalVotingParallelOutgoingMessages> for AllMessages
§fn from(message: ApprovalVotingParallelOutgoingMessages) -> AllMessages
fn from(message: ApprovalVotingParallelOutgoingMessages) -> AllMessages
Converts to this type from the input type.
§impl From<AvailabilityDistributionMessage> for AllMessages
impl From<AvailabilityDistributionMessage> for AllMessages
§fn from(message: AvailabilityDistributionMessage) -> AllMessages
fn from(message: AvailabilityDistributionMessage) -> AllMessages
Converts to this type from the input type.
§impl From<AvailabilityDistributionOutgoingMessages> for AllMessages
impl From<AvailabilityDistributionOutgoingMessages> for AllMessages
§fn from(message: AvailabilityDistributionOutgoingMessages) -> AllMessages
fn from(message: AvailabilityDistributionOutgoingMessages) -> AllMessages
Converts to this type from the input type.
§impl From<AvailabilityRecoveryMessage> for AllMessages
impl From<AvailabilityRecoveryMessage> for AllMessages
§fn from(message: AvailabilityRecoveryMessage) -> AllMessages
fn from(message: AvailabilityRecoveryMessage) -> AllMessages
Converts to this type from the input type.
§impl From<AvailabilityRecoveryOutgoingMessages> for AllMessages
impl From<AvailabilityRecoveryOutgoingMessages> for AllMessages
§fn from(message: AvailabilityRecoveryOutgoingMessages) -> AllMessages
fn from(message: AvailabilityRecoveryOutgoingMessages) -> AllMessages
Converts to this type from the input type.
§impl From<AvailabilityStoreMessage> for AllMessages
impl From<AvailabilityStoreMessage> for AllMessages
§fn from(message: AvailabilityStoreMessage) -> AllMessages
fn from(message: AvailabilityStoreMessage) -> AllMessages
Converts to this type from the input type.
§impl From<AvailabilityStoreOutgoingMessages> for AllMessages
impl From<AvailabilityStoreOutgoingMessages> for AllMessages
§fn from(message: AvailabilityStoreOutgoingMessages) -> AllMessages
fn from(message: AvailabilityStoreOutgoingMessages) -> AllMessages
Converts to this type from the input type.
§impl From<BitfieldDistributionMessage> for AllMessages
impl From<BitfieldDistributionMessage> for AllMessages
§fn from(message: BitfieldDistributionMessage) -> AllMessages
fn from(message: BitfieldDistributionMessage) -> AllMessages
Converts to this type from the input type.
§impl From<BitfieldDistributionOutgoingMessages> for AllMessages
impl From<BitfieldDistributionOutgoingMessages> for AllMessages
§fn from(message: BitfieldDistributionOutgoingMessages) -> AllMessages
fn from(message: BitfieldDistributionOutgoingMessages) -> AllMessages
Converts to this type from the input type.
§impl From<BitfieldSigningMessage> for AllMessages
impl From<BitfieldSigningMessage> for AllMessages
§fn from(message: BitfieldSigningMessage) -> AllMessages
fn from(message: BitfieldSigningMessage) -> AllMessages
Converts to this type from the input type.
§impl From<BitfieldSigningOutgoingMessages> for AllMessages
impl From<BitfieldSigningOutgoingMessages> for AllMessages
§fn from(message: BitfieldSigningOutgoingMessages) -> AllMessages
fn from(message: BitfieldSigningOutgoingMessages) -> AllMessages
Converts to this type from the input type.
§impl From<CandidateBackingMessage> for AllMessages
impl From<CandidateBackingMessage> for AllMessages
§fn from(message: CandidateBackingMessage) -> AllMessages
fn from(message: CandidateBackingMessage) -> AllMessages
Converts to this type from the input type.
§impl From<CandidateBackingOutgoingMessages> for AllMessages
impl From<CandidateBackingOutgoingMessages> for AllMessages
§fn from(message: CandidateBackingOutgoingMessages) -> AllMessages
fn from(message: CandidateBackingOutgoingMessages) -> AllMessages
Converts to this type from the input type.
§impl From<CandidateValidationMessage> for AllMessages
impl From<CandidateValidationMessage> for AllMessages
§fn from(message: CandidateValidationMessage) -> AllMessages
fn from(message: CandidateValidationMessage) -> AllMessages
Converts to this type from the input type.
§impl From<CandidateValidationOutgoingMessages> for AllMessages
impl From<CandidateValidationOutgoingMessages> for AllMessages
§fn from(message: CandidateValidationOutgoingMessages) -> AllMessages
fn from(message: CandidateValidationOutgoingMessages) -> AllMessages
Converts to this type from the input type.
§impl From<ChainApiMessage> for AllMessages
impl From<ChainApiMessage> for AllMessages
§fn from(message: ChainApiMessage) -> AllMessages
fn from(message: ChainApiMessage) -> AllMessages
Converts to this type from the input type.
§impl From<ChainApiOutgoingMessages> for AllMessages
impl From<ChainApiOutgoingMessages> for AllMessages
§fn from(message: ChainApiOutgoingMessages) -> AllMessages
fn from(message: ChainApiOutgoingMessages) -> AllMessages
Converts to this type from the input type.
§impl From<ChainSelectionMessage> for AllMessages
impl From<ChainSelectionMessage> for AllMessages
§fn from(message: ChainSelectionMessage) -> AllMessages
fn from(message: ChainSelectionMessage) -> AllMessages
Converts to this type from the input type.
§impl From<ChainSelectionOutgoingMessages> for AllMessages
impl From<ChainSelectionOutgoingMessages> for AllMessages
§fn from(message: ChainSelectionOutgoingMessages) -> AllMessages
fn from(message: ChainSelectionOutgoingMessages) -> AllMessages
Converts to this type from the input type.
§impl From<CollationGenerationMessage> for AllMessages
impl From<CollationGenerationMessage> for AllMessages
§fn from(message: CollationGenerationMessage) -> AllMessages
fn from(message: CollationGenerationMessage) -> AllMessages
Converts to this type from the input type.
§impl From<CollationGenerationOutgoingMessages> for AllMessages
impl From<CollationGenerationOutgoingMessages> for AllMessages
§fn from(message: CollationGenerationOutgoingMessages) -> AllMessages
fn from(message: CollationGenerationOutgoingMessages) -> AllMessages
Converts to this type from the input type.
§impl From<CollatorProtocolMessage> for AllMessages
impl From<CollatorProtocolMessage> for AllMessages
§fn from(message: CollatorProtocolMessage) -> AllMessages
fn from(message: CollatorProtocolMessage) -> AllMessages
Converts to this type from the input type.
§impl From<CollatorProtocolOutgoingMessages> for AllMessages
impl From<CollatorProtocolOutgoingMessages> for AllMessages
§fn from(message: CollatorProtocolOutgoingMessages) -> AllMessages
fn from(message: CollatorProtocolOutgoingMessages) -> AllMessages
Converts to this type from the input type.
§impl From<DisputeCoordinatorMessage> for AllMessages
impl From<DisputeCoordinatorMessage> for AllMessages
§fn from(message: DisputeCoordinatorMessage) -> AllMessages
fn from(message: DisputeCoordinatorMessage) -> AllMessages
Converts to this type from the input type.
§impl From<DisputeCoordinatorOutgoingMessages> for AllMessages
impl From<DisputeCoordinatorOutgoingMessages> for AllMessages
§fn from(message: DisputeCoordinatorOutgoingMessages) -> AllMessages
fn from(message: DisputeCoordinatorOutgoingMessages) -> AllMessages
Converts to this type from the input type.
§impl From<DisputeDistributionMessage> for AllMessages
impl From<DisputeDistributionMessage> for AllMessages
§fn from(message: DisputeDistributionMessage) -> AllMessages
fn from(message: DisputeDistributionMessage) -> AllMessages
Converts to this type from the input type.
§impl From<DisputeDistributionOutgoingMessages> for AllMessages
impl From<DisputeDistributionOutgoingMessages> for AllMessages
§fn from(message: DisputeDistributionOutgoingMessages) -> AllMessages
fn from(message: DisputeDistributionOutgoingMessages) -> AllMessages
Converts to this type from the input type.
§impl From<GossipSupportMessage> for AllMessages
impl From<GossipSupportMessage> for AllMessages
§fn from(message: GossipSupportMessage) -> AllMessages
fn from(message: GossipSupportMessage) -> AllMessages
Converts to this type from the input type.
§impl From<GossipSupportOutgoingMessages> for AllMessages
impl From<GossipSupportOutgoingMessages> for AllMessages
§fn from(message: GossipSupportOutgoingMessages) -> AllMessages
fn from(message: GossipSupportOutgoingMessages) -> AllMessages
Converts to this type from the input type.
§impl From<NetworkBridgeRxMessage> for AllMessages
impl From<NetworkBridgeRxMessage> for AllMessages
§fn from(message: NetworkBridgeRxMessage) -> AllMessages
fn from(message: NetworkBridgeRxMessage) -> AllMessages
Converts to this type from the input type.
§impl From<NetworkBridgeRxOutgoingMessages> for AllMessages
impl From<NetworkBridgeRxOutgoingMessages> for AllMessages
§fn from(message: NetworkBridgeRxOutgoingMessages) -> AllMessages
fn from(message: NetworkBridgeRxOutgoingMessages) -> AllMessages
Converts to this type from the input type.
§impl From<NetworkBridgeTxMessage> for AllMessages
impl From<NetworkBridgeTxMessage> for AllMessages
§fn from(message: NetworkBridgeTxMessage) -> AllMessages
fn from(message: NetworkBridgeTxMessage) -> AllMessages
Converts to this type from the input type.
§impl From<NetworkBridgeTxOutgoingMessages> for AllMessages
impl From<NetworkBridgeTxOutgoingMessages> for AllMessages
§fn from(message: NetworkBridgeTxOutgoingMessages) -> AllMessages
fn from(message: NetworkBridgeTxOutgoingMessages) -> AllMessages
Converts to this type from the input type.
§impl From<ProspectiveParachainsMessage> for AllMessages
impl From<ProspectiveParachainsMessage> for AllMessages
§fn from(message: ProspectiveParachainsMessage) -> AllMessages
fn from(message: ProspectiveParachainsMessage) -> AllMessages
Converts to this type from the input type.
§impl From<ProspectiveParachainsOutgoingMessages> for AllMessages
impl From<ProspectiveParachainsOutgoingMessages> for AllMessages
§fn from(message: ProspectiveParachainsOutgoingMessages) -> AllMessages
fn from(message: ProspectiveParachainsOutgoingMessages) -> AllMessages
Converts to this type from the input type.
§impl From<ProvisionerMessage> for AllMessages
impl From<ProvisionerMessage> for AllMessages
§fn from(message: ProvisionerMessage) -> AllMessages
fn from(message: ProvisionerMessage) -> AllMessages
Converts to this type from the input type.
§impl From<ProvisionerOutgoingMessages> for AllMessages
impl From<ProvisionerOutgoingMessages> for AllMessages
§fn from(message: ProvisionerOutgoingMessages) -> AllMessages
fn from(message: ProvisionerOutgoingMessages) -> AllMessages
Converts to this type from the input type.
§impl From<PvfCheckerMessage> for AllMessages
impl From<PvfCheckerMessage> for AllMessages
§fn from(message: PvfCheckerMessage) -> AllMessages
fn from(message: PvfCheckerMessage) -> AllMessages
Converts to this type from the input type.
§impl From<PvfCheckerOutgoingMessages> for AllMessages
impl From<PvfCheckerOutgoingMessages> for AllMessages
§fn from(message: PvfCheckerOutgoingMessages) -> AllMessages
fn from(message: PvfCheckerOutgoingMessages) -> AllMessages
Converts to this type from the input type.
§impl From<RuntimeApiMessage> for AllMessages
impl From<RuntimeApiMessage> for AllMessages
§fn from(message: RuntimeApiMessage) -> AllMessages
fn from(message: RuntimeApiMessage) -> AllMessages
Converts to this type from the input type.
§impl From<RuntimeApiOutgoingMessages> for AllMessages
impl From<RuntimeApiOutgoingMessages> for AllMessages
§fn from(message: RuntimeApiOutgoingMessages) -> AllMessages
fn from(message: RuntimeApiOutgoingMessages) -> AllMessages
Converts to this type from the input type.
§impl From<StatementDistributionMessage> for AllMessages
impl From<StatementDistributionMessage> for AllMessages
§fn from(message: StatementDistributionMessage) -> AllMessages
fn from(message: StatementDistributionMessage) -> AllMessages
Converts to this type from the input type.
§impl From<StatementDistributionOutgoingMessages> for AllMessages
impl From<StatementDistributionOutgoingMessages> for AllMessages
§fn from(message: StatementDistributionOutgoingMessages) -> AllMessages
fn from(message: StatementDistributionOutgoingMessages) -> AllMessages
Converts to this type from the input type.
§impl TryFrom<AllMessages> for ApprovalDistributionMessage
impl TryFrom<AllMessages> for ApprovalDistributionMessage
§fn try_from(
message: AllMessages,
) -> Result<ApprovalDistributionMessage, <ApprovalDistributionMessage as TryFrom<AllMessages>>::Error>
fn try_from( message: AllMessages, ) -> Result<ApprovalDistributionMessage, <ApprovalDistributionMessage as TryFrom<AllMessages>>::Error>
Performs the conversion.
§impl TryFrom<AllMessages> for ApprovalDistributionOutgoingMessages
impl TryFrom<AllMessages> for ApprovalDistributionOutgoingMessages
§fn try_from(
message: AllMessages,
) -> Result<ApprovalDistributionOutgoingMessages, <ApprovalDistributionOutgoingMessages as TryFrom<AllMessages>>::Error>
fn try_from( message: AllMessages, ) -> Result<ApprovalDistributionOutgoingMessages, <ApprovalDistributionOutgoingMessages as TryFrom<AllMessages>>::Error>
Performs the conversion.
§impl TryFrom<AllMessages> for ApprovalVotingMessage
impl TryFrom<AllMessages> for ApprovalVotingMessage
§fn try_from(
message: AllMessages,
) -> Result<ApprovalVotingMessage, <ApprovalVotingMessage as TryFrom<AllMessages>>::Error>
fn try_from( message: AllMessages, ) -> Result<ApprovalVotingMessage, <ApprovalVotingMessage as TryFrom<AllMessages>>::Error>
Performs the conversion.
§impl TryFrom<AllMessages> for ApprovalVotingOutgoingMessages
impl TryFrom<AllMessages> for ApprovalVotingOutgoingMessages
§fn try_from(
message: AllMessages,
) -> Result<ApprovalVotingOutgoingMessages, <ApprovalVotingOutgoingMessages as TryFrom<AllMessages>>::Error>
fn try_from( message: AllMessages, ) -> Result<ApprovalVotingOutgoingMessages, <ApprovalVotingOutgoingMessages as TryFrom<AllMessages>>::Error>
Performs the conversion.
§impl TryFrom<AllMessages> for ApprovalVotingParallelMessage
impl TryFrom<AllMessages> for ApprovalVotingParallelMessage
§fn try_from(
message: AllMessages,
) -> Result<ApprovalVotingParallelMessage, <ApprovalVotingParallelMessage as TryFrom<AllMessages>>::Error>
fn try_from( message: AllMessages, ) -> Result<ApprovalVotingParallelMessage, <ApprovalVotingParallelMessage as TryFrom<AllMessages>>::Error>
Performs the conversion.
§impl TryFrom<AllMessages> for ApprovalVotingParallelOutgoingMessages
impl TryFrom<AllMessages> for ApprovalVotingParallelOutgoingMessages
§fn try_from(
message: AllMessages,
) -> Result<ApprovalVotingParallelOutgoingMessages, <ApprovalVotingParallelOutgoingMessages as TryFrom<AllMessages>>::Error>
fn try_from( message: AllMessages, ) -> Result<ApprovalVotingParallelOutgoingMessages, <ApprovalVotingParallelOutgoingMessages as TryFrom<AllMessages>>::Error>
Performs the conversion.
§impl TryFrom<AllMessages> for AvailabilityDistributionMessage
impl TryFrom<AllMessages> for AvailabilityDistributionMessage
§fn try_from(
message: AllMessages,
) -> Result<AvailabilityDistributionMessage, <AvailabilityDistributionMessage as TryFrom<AllMessages>>::Error>
fn try_from( message: AllMessages, ) -> Result<AvailabilityDistributionMessage, <AvailabilityDistributionMessage as TryFrom<AllMessages>>::Error>
Performs the conversion.
§impl TryFrom<AllMessages> for AvailabilityDistributionOutgoingMessages
impl TryFrom<AllMessages> for AvailabilityDistributionOutgoingMessages
§fn try_from(
message: AllMessages,
) -> Result<AvailabilityDistributionOutgoingMessages, <AvailabilityDistributionOutgoingMessages as TryFrom<AllMessages>>::Error>
fn try_from( message: AllMessages, ) -> Result<AvailabilityDistributionOutgoingMessages, <AvailabilityDistributionOutgoingMessages as TryFrom<AllMessages>>::Error>
Performs the conversion.
§impl TryFrom<AllMessages> for AvailabilityRecoveryMessage
impl TryFrom<AllMessages> for AvailabilityRecoveryMessage
§fn try_from(
message: AllMessages,
) -> Result<AvailabilityRecoveryMessage, <AvailabilityRecoveryMessage as TryFrom<AllMessages>>::Error>
fn try_from( message: AllMessages, ) -> Result<AvailabilityRecoveryMessage, <AvailabilityRecoveryMessage as TryFrom<AllMessages>>::Error>
Performs the conversion.
§impl TryFrom<AllMessages> for AvailabilityRecoveryOutgoingMessages
impl TryFrom<AllMessages> for AvailabilityRecoveryOutgoingMessages
§fn try_from(
message: AllMessages,
) -> Result<AvailabilityRecoveryOutgoingMessages, <AvailabilityRecoveryOutgoingMessages as TryFrom<AllMessages>>::Error>
fn try_from( message: AllMessages, ) -> Result<AvailabilityRecoveryOutgoingMessages, <AvailabilityRecoveryOutgoingMessages as TryFrom<AllMessages>>::Error>
Performs the conversion.
§impl TryFrom<AllMessages> for AvailabilityStoreMessage
impl TryFrom<AllMessages> for AvailabilityStoreMessage
§fn try_from(
message: AllMessages,
) -> Result<AvailabilityStoreMessage, <AvailabilityStoreMessage as TryFrom<AllMessages>>::Error>
fn try_from( message: AllMessages, ) -> Result<AvailabilityStoreMessage, <AvailabilityStoreMessage as TryFrom<AllMessages>>::Error>
Performs the conversion.
§impl TryFrom<AllMessages> for AvailabilityStoreOutgoingMessages
impl TryFrom<AllMessages> for AvailabilityStoreOutgoingMessages
§fn try_from(
message: AllMessages,
) -> Result<AvailabilityStoreOutgoingMessages, <AvailabilityStoreOutgoingMessages as TryFrom<AllMessages>>::Error>
fn try_from( message: AllMessages, ) -> Result<AvailabilityStoreOutgoingMessages, <AvailabilityStoreOutgoingMessages as TryFrom<AllMessages>>::Error>
Performs the conversion.
§impl TryFrom<AllMessages> for BitfieldDistributionMessage
impl TryFrom<AllMessages> for BitfieldDistributionMessage
§fn try_from(
message: AllMessages,
) -> Result<BitfieldDistributionMessage, <BitfieldDistributionMessage as TryFrom<AllMessages>>::Error>
fn try_from( message: AllMessages, ) -> Result<BitfieldDistributionMessage, <BitfieldDistributionMessage as TryFrom<AllMessages>>::Error>
Performs the conversion.
§impl TryFrom<AllMessages> for BitfieldDistributionOutgoingMessages
impl TryFrom<AllMessages> for BitfieldDistributionOutgoingMessages
§fn try_from(
message: AllMessages,
) -> Result<BitfieldDistributionOutgoingMessages, <BitfieldDistributionOutgoingMessages as TryFrom<AllMessages>>::Error>
fn try_from( message: AllMessages, ) -> Result<BitfieldDistributionOutgoingMessages, <BitfieldDistributionOutgoingMessages as TryFrom<AllMessages>>::Error>
Performs the conversion.
§impl TryFrom<AllMessages> for BitfieldSigningMessage
impl TryFrom<AllMessages> for BitfieldSigningMessage
§fn try_from(
message: AllMessages,
) -> Result<BitfieldSigningMessage, <BitfieldSigningMessage as TryFrom<AllMessages>>::Error>
fn try_from( message: AllMessages, ) -> Result<BitfieldSigningMessage, <BitfieldSigningMessage as TryFrom<AllMessages>>::Error>
Performs the conversion.
§impl TryFrom<AllMessages> for BitfieldSigningOutgoingMessages
impl TryFrom<AllMessages> for BitfieldSigningOutgoingMessages
§fn try_from(
message: AllMessages,
) -> Result<BitfieldSigningOutgoingMessages, <BitfieldSigningOutgoingMessages as TryFrom<AllMessages>>::Error>
fn try_from( message: AllMessages, ) -> Result<BitfieldSigningOutgoingMessages, <BitfieldSigningOutgoingMessages as TryFrom<AllMessages>>::Error>
Performs the conversion.
§impl TryFrom<AllMessages> for CandidateBackingMessage
impl TryFrom<AllMessages> for CandidateBackingMessage
§fn try_from(
message: AllMessages,
) -> Result<CandidateBackingMessage, <CandidateBackingMessage as TryFrom<AllMessages>>::Error>
fn try_from( message: AllMessages, ) -> Result<CandidateBackingMessage, <CandidateBackingMessage as TryFrom<AllMessages>>::Error>
Performs the conversion.
§impl TryFrom<AllMessages> for CandidateBackingOutgoingMessages
impl TryFrom<AllMessages> for CandidateBackingOutgoingMessages
§fn try_from(
message: AllMessages,
) -> Result<CandidateBackingOutgoingMessages, <CandidateBackingOutgoingMessages as TryFrom<AllMessages>>::Error>
fn try_from( message: AllMessages, ) -> Result<CandidateBackingOutgoingMessages, <CandidateBackingOutgoingMessages as TryFrom<AllMessages>>::Error>
Performs the conversion.
§impl TryFrom<AllMessages> for CandidateValidationMessage
impl TryFrom<AllMessages> for CandidateValidationMessage
§fn try_from(
message: AllMessages,
) -> Result<CandidateValidationMessage, <CandidateValidationMessage as TryFrom<AllMessages>>::Error>
fn try_from( message: AllMessages, ) -> Result<CandidateValidationMessage, <CandidateValidationMessage as TryFrom<AllMessages>>::Error>
Performs the conversion.
§impl TryFrom<AllMessages> for CandidateValidationOutgoingMessages
impl TryFrom<AllMessages> for CandidateValidationOutgoingMessages
§fn try_from(
message: AllMessages,
) -> Result<CandidateValidationOutgoingMessages, <CandidateValidationOutgoingMessages as TryFrom<AllMessages>>::Error>
fn try_from( message: AllMessages, ) -> Result<CandidateValidationOutgoingMessages, <CandidateValidationOutgoingMessages as TryFrom<AllMessages>>::Error>
Performs the conversion.
§impl TryFrom<AllMessages> for ChainApiMessage
impl TryFrom<AllMessages> for ChainApiMessage
§fn try_from(
message: AllMessages,
) -> Result<ChainApiMessage, <ChainApiMessage as TryFrom<AllMessages>>::Error>
fn try_from( message: AllMessages, ) -> Result<ChainApiMessage, <ChainApiMessage as TryFrom<AllMessages>>::Error>
Performs the conversion.
§impl TryFrom<AllMessages> for ChainApiOutgoingMessages
impl TryFrom<AllMessages> for ChainApiOutgoingMessages
§fn try_from(
message: AllMessages,
) -> Result<ChainApiOutgoingMessages, <ChainApiOutgoingMessages as TryFrom<AllMessages>>::Error>
fn try_from( message: AllMessages, ) -> Result<ChainApiOutgoingMessages, <ChainApiOutgoingMessages as TryFrom<AllMessages>>::Error>
Performs the conversion.
§impl TryFrom<AllMessages> for ChainSelectionMessage
impl TryFrom<AllMessages> for ChainSelectionMessage
§fn try_from(
message: AllMessages,
) -> Result<ChainSelectionMessage, <ChainSelectionMessage as TryFrom<AllMessages>>::Error>
fn try_from( message: AllMessages, ) -> Result<ChainSelectionMessage, <ChainSelectionMessage as TryFrom<AllMessages>>::Error>
Performs the conversion.
§impl TryFrom<AllMessages> for ChainSelectionOutgoingMessages
impl TryFrom<AllMessages> for ChainSelectionOutgoingMessages
§fn try_from(
message: AllMessages,
) -> Result<ChainSelectionOutgoingMessages, <ChainSelectionOutgoingMessages as TryFrom<AllMessages>>::Error>
fn try_from( message: AllMessages, ) -> Result<ChainSelectionOutgoingMessages, <ChainSelectionOutgoingMessages as TryFrom<AllMessages>>::Error>
Performs the conversion.
§impl TryFrom<AllMessages> for CollationGenerationMessage
impl TryFrom<AllMessages> for CollationGenerationMessage
§fn try_from(
message: AllMessages,
) -> Result<CollationGenerationMessage, <CollationGenerationMessage as TryFrom<AllMessages>>::Error>
fn try_from( message: AllMessages, ) -> Result<CollationGenerationMessage, <CollationGenerationMessage as TryFrom<AllMessages>>::Error>
Performs the conversion.
§impl TryFrom<AllMessages> for CollationGenerationOutgoingMessages
impl TryFrom<AllMessages> for CollationGenerationOutgoingMessages
§fn try_from(
message: AllMessages,
) -> Result<CollationGenerationOutgoingMessages, <CollationGenerationOutgoingMessages as TryFrom<AllMessages>>::Error>
fn try_from( message: AllMessages, ) -> Result<CollationGenerationOutgoingMessages, <CollationGenerationOutgoingMessages as TryFrom<AllMessages>>::Error>
Performs the conversion.
§impl TryFrom<AllMessages> for CollatorProtocolMessage
impl TryFrom<AllMessages> for CollatorProtocolMessage
§fn try_from(
message: AllMessages,
) -> Result<CollatorProtocolMessage, <CollatorProtocolMessage as TryFrom<AllMessages>>::Error>
fn try_from( message: AllMessages, ) -> Result<CollatorProtocolMessage, <CollatorProtocolMessage as TryFrom<AllMessages>>::Error>
Performs the conversion.
§impl TryFrom<AllMessages> for CollatorProtocolOutgoingMessages
impl TryFrom<AllMessages> for CollatorProtocolOutgoingMessages
§fn try_from(
message: AllMessages,
) -> Result<CollatorProtocolOutgoingMessages, <CollatorProtocolOutgoingMessages as TryFrom<AllMessages>>::Error>
fn try_from( message: AllMessages, ) -> Result<CollatorProtocolOutgoingMessages, <CollatorProtocolOutgoingMessages as TryFrom<AllMessages>>::Error>
Performs the conversion.
§impl TryFrom<AllMessages> for DisputeCoordinatorMessage
impl TryFrom<AllMessages> for DisputeCoordinatorMessage
§fn try_from(
message: AllMessages,
) -> Result<DisputeCoordinatorMessage, <DisputeCoordinatorMessage as TryFrom<AllMessages>>::Error>
fn try_from( message: AllMessages, ) -> Result<DisputeCoordinatorMessage, <DisputeCoordinatorMessage as TryFrom<AllMessages>>::Error>
Performs the conversion.
§impl TryFrom<AllMessages> for DisputeCoordinatorOutgoingMessages
impl TryFrom<AllMessages> for DisputeCoordinatorOutgoingMessages
§fn try_from(
message: AllMessages,
) -> Result<DisputeCoordinatorOutgoingMessages, <DisputeCoordinatorOutgoingMessages as TryFrom<AllMessages>>::Error>
fn try_from( message: AllMessages, ) -> Result<DisputeCoordinatorOutgoingMessages, <DisputeCoordinatorOutgoingMessages as TryFrom<AllMessages>>::Error>
Performs the conversion.
§impl TryFrom<AllMessages> for DisputeDistributionMessage
impl TryFrom<AllMessages> for DisputeDistributionMessage
§fn try_from(
message: AllMessages,
) -> Result<DisputeDistributionMessage, <DisputeDistributionMessage as TryFrom<AllMessages>>::Error>
fn try_from( message: AllMessages, ) -> Result<DisputeDistributionMessage, <DisputeDistributionMessage as TryFrom<AllMessages>>::Error>
Performs the conversion.
§impl TryFrom<AllMessages> for DisputeDistributionOutgoingMessages
impl TryFrom<AllMessages> for DisputeDistributionOutgoingMessages
§fn try_from(
message: AllMessages,
) -> Result<DisputeDistributionOutgoingMessages, <DisputeDistributionOutgoingMessages as TryFrom<AllMessages>>::Error>
fn try_from( message: AllMessages, ) -> Result<DisputeDistributionOutgoingMessages, <DisputeDistributionOutgoingMessages as TryFrom<AllMessages>>::Error>
Performs the conversion.
§impl TryFrom<AllMessages> for GossipSupportMessage
impl TryFrom<AllMessages> for GossipSupportMessage
§fn try_from(
message: AllMessages,
) -> Result<GossipSupportMessage, <GossipSupportMessage as TryFrom<AllMessages>>::Error>
fn try_from( message: AllMessages, ) -> Result<GossipSupportMessage, <GossipSupportMessage as TryFrom<AllMessages>>::Error>
Performs the conversion.
§impl TryFrom<AllMessages> for GossipSupportOutgoingMessages
impl TryFrom<AllMessages> for GossipSupportOutgoingMessages
§fn try_from(
message: AllMessages,
) -> Result<GossipSupportOutgoingMessages, <GossipSupportOutgoingMessages as TryFrom<AllMessages>>::Error>
fn try_from( message: AllMessages, ) -> Result<GossipSupportOutgoingMessages, <GossipSupportOutgoingMessages as TryFrom<AllMessages>>::Error>
Performs the conversion.
§impl TryFrom<AllMessages> for NetworkBridgeRxMessage
impl TryFrom<AllMessages> for NetworkBridgeRxMessage
§fn try_from(
message: AllMessages,
) -> Result<NetworkBridgeRxMessage, <NetworkBridgeRxMessage as TryFrom<AllMessages>>::Error>
fn try_from( message: AllMessages, ) -> Result<NetworkBridgeRxMessage, <NetworkBridgeRxMessage as TryFrom<AllMessages>>::Error>
Performs the conversion.
§impl TryFrom<AllMessages> for NetworkBridgeRxOutgoingMessages
impl TryFrom<AllMessages> for NetworkBridgeRxOutgoingMessages
§fn try_from(
message: AllMessages,
) -> Result<NetworkBridgeRxOutgoingMessages, <NetworkBridgeRxOutgoingMessages as TryFrom<AllMessages>>::Error>
fn try_from( message: AllMessages, ) -> Result<NetworkBridgeRxOutgoingMessages, <NetworkBridgeRxOutgoingMessages as TryFrom<AllMessages>>::Error>
Performs the conversion.
§impl TryFrom<AllMessages> for NetworkBridgeTxMessage
impl TryFrom<AllMessages> for NetworkBridgeTxMessage
§fn try_from(
message: AllMessages,
) -> Result<NetworkBridgeTxMessage, <NetworkBridgeTxMessage as TryFrom<AllMessages>>::Error>
fn try_from( message: AllMessages, ) -> Result<NetworkBridgeTxMessage, <NetworkBridgeTxMessage as TryFrom<AllMessages>>::Error>
Performs the conversion.
§impl TryFrom<AllMessages> for NetworkBridgeTxOutgoingMessages
impl TryFrom<AllMessages> for NetworkBridgeTxOutgoingMessages
§fn try_from(
message: AllMessages,
) -> Result<NetworkBridgeTxOutgoingMessages, <NetworkBridgeTxOutgoingMessages as TryFrom<AllMessages>>::Error>
fn try_from( message: AllMessages, ) -> Result<NetworkBridgeTxOutgoingMessages, <NetworkBridgeTxOutgoingMessages as TryFrom<AllMessages>>::Error>
Performs the conversion.
§impl TryFrom<AllMessages> for ProspectiveParachainsMessage
impl TryFrom<AllMessages> for ProspectiveParachainsMessage
§fn try_from(
message: AllMessages,
) -> Result<ProspectiveParachainsMessage, <ProspectiveParachainsMessage as TryFrom<AllMessages>>::Error>
fn try_from( message: AllMessages, ) -> Result<ProspectiveParachainsMessage, <ProspectiveParachainsMessage as TryFrom<AllMessages>>::Error>
Performs the conversion.
§impl TryFrom<AllMessages> for ProspectiveParachainsOutgoingMessages
impl TryFrom<AllMessages> for ProspectiveParachainsOutgoingMessages
§fn try_from(
message: AllMessages,
) -> Result<ProspectiveParachainsOutgoingMessages, <ProspectiveParachainsOutgoingMessages as TryFrom<AllMessages>>::Error>
fn try_from( message: AllMessages, ) -> Result<ProspectiveParachainsOutgoingMessages, <ProspectiveParachainsOutgoingMessages as TryFrom<AllMessages>>::Error>
Performs the conversion.
§impl TryFrom<AllMessages> for ProvisionerMessage
impl TryFrom<AllMessages> for ProvisionerMessage
§fn try_from(
message: AllMessages,
) -> Result<ProvisionerMessage, <ProvisionerMessage as TryFrom<AllMessages>>::Error>
fn try_from( message: AllMessages, ) -> Result<ProvisionerMessage, <ProvisionerMessage as TryFrom<AllMessages>>::Error>
Performs the conversion.
§impl TryFrom<AllMessages> for ProvisionerOutgoingMessages
impl TryFrom<AllMessages> for ProvisionerOutgoingMessages
§fn try_from(
message: AllMessages,
) -> Result<ProvisionerOutgoingMessages, <ProvisionerOutgoingMessages as TryFrom<AllMessages>>::Error>
fn try_from( message: AllMessages, ) -> Result<ProvisionerOutgoingMessages, <ProvisionerOutgoingMessages as TryFrom<AllMessages>>::Error>
Performs the conversion.
§impl TryFrom<AllMessages> for PvfCheckerMessage
impl TryFrom<AllMessages> for PvfCheckerMessage
§fn try_from(
message: AllMessages,
) -> Result<PvfCheckerMessage, <PvfCheckerMessage as TryFrom<AllMessages>>::Error>
fn try_from( message: AllMessages, ) -> Result<PvfCheckerMessage, <PvfCheckerMessage as TryFrom<AllMessages>>::Error>
Performs the conversion.
§impl TryFrom<AllMessages> for PvfCheckerOutgoingMessages
impl TryFrom<AllMessages> for PvfCheckerOutgoingMessages
§fn try_from(
message: AllMessages,
) -> Result<PvfCheckerOutgoingMessages, <PvfCheckerOutgoingMessages as TryFrom<AllMessages>>::Error>
fn try_from( message: AllMessages, ) -> Result<PvfCheckerOutgoingMessages, <PvfCheckerOutgoingMessages as TryFrom<AllMessages>>::Error>
Performs the conversion.
§impl TryFrom<AllMessages> for RuntimeApiMessage
impl TryFrom<AllMessages> for RuntimeApiMessage
§fn try_from(
message: AllMessages,
) -> Result<RuntimeApiMessage, <RuntimeApiMessage as TryFrom<AllMessages>>::Error>
fn try_from( message: AllMessages, ) -> Result<RuntimeApiMessage, <RuntimeApiMessage as TryFrom<AllMessages>>::Error>
Performs the conversion.
§impl TryFrom<AllMessages> for RuntimeApiOutgoingMessages
impl TryFrom<AllMessages> for RuntimeApiOutgoingMessages
§fn try_from(
message: AllMessages,
) -> Result<RuntimeApiOutgoingMessages, <RuntimeApiOutgoingMessages as TryFrom<AllMessages>>::Error>
fn try_from( message: AllMessages, ) -> Result<RuntimeApiOutgoingMessages, <RuntimeApiOutgoingMessages as TryFrom<AllMessages>>::Error>
Performs the conversion.
§impl TryFrom<AllMessages> for StatementDistributionMessage
impl TryFrom<AllMessages> for StatementDistributionMessage
§fn try_from(
message: AllMessages,
) -> Result<StatementDistributionMessage, <StatementDistributionMessage as TryFrom<AllMessages>>::Error>
fn try_from( message: AllMessages, ) -> Result<StatementDistributionMessage, <StatementDistributionMessage as TryFrom<AllMessages>>::Error>
Performs the conversion.
§impl TryFrom<AllMessages> for StatementDistributionOutgoingMessages
impl TryFrom<AllMessages> for StatementDistributionOutgoingMessages
§fn try_from(
message: AllMessages,
) -> Result<StatementDistributionOutgoingMessages, <StatementDistributionOutgoingMessages as TryFrom<AllMessages>>::Error>
fn try_from( message: AllMessages, ) -> Result<StatementDistributionOutgoingMessages, <StatementDistributionOutgoingMessages as TryFrom<AllMessages>>::Error>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for AllMessages
impl !RefUnwindSafe for AllMessages
impl Send for AllMessages
impl Sync for AllMessages
impl Unpin for AllMessages
impl !UnwindSafe for AllMessages
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> CheckedConversion for T
impl<T> CheckedConversion for T
§impl<T> Conv for T
impl<T> Conv for T
§impl<T> FmtForward for T
impl<T> FmtForward for T
§fn fmt_binary(self) -> FmtBinary<Self>where
Self: Binary,
fn fmt_binary(self) -> FmtBinary<Self>where
Self: Binary,
Causes
self
to use its Binary
implementation when Debug
-formatted.§fn fmt_display(self) -> FmtDisplay<Self>where
Self: Display,
fn fmt_display(self) -> FmtDisplay<Self>where
Self: Display,
Causes
self
to use its Display
implementation when
Debug
-formatted.§fn fmt_lower_exp(self) -> FmtLowerExp<Self>where
Self: LowerExp,
fn fmt_lower_exp(self) -> FmtLowerExp<Self>where
Self: LowerExp,
Causes
self
to use its LowerExp
implementation when
Debug
-formatted.§fn fmt_lower_hex(self) -> FmtLowerHex<Self>where
Self: LowerHex,
fn fmt_lower_hex(self) -> FmtLowerHex<Self>where
Self: LowerHex,
Causes
self
to use its LowerHex
implementation when
Debug
-formatted.§fn fmt_octal(self) -> FmtOctal<Self>where
Self: Octal,
fn fmt_octal(self) -> FmtOctal<Self>where
Self: Octal,
Causes
self
to use its Octal
implementation when Debug
-formatted.§fn fmt_pointer(self) -> FmtPointer<Self>where
Self: Pointer,
fn fmt_pointer(self) -> FmtPointer<Self>where
Self: Pointer,
Causes
self
to use its Pointer
implementation when
Debug
-formatted.§fn fmt_upper_exp(self) -> FmtUpperExp<Self>where
Self: UpperExp,
fn fmt_upper_exp(self) -> FmtUpperExp<Self>where
Self: UpperExp,
Causes
self
to use its UpperExp
implementation when
Debug
-formatted.§fn fmt_upper_hex(self) -> FmtUpperHex<Self>where
Self: UpperHex,
fn fmt_upper_hex(self) -> FmtUpperHex<Self>where
Self: UpperHex,
Causes
self
to use its UpperHex
implementation when
Debug
-formatted.§fn fmt_list(self) -> FmtList<Self>where
&'a Self: for<'a> IntoIterator,
fn fmt_list(self) -> FmtList<Self>where
&'a Self: for<'a> IntoIterator,
Formats each item in a sequence. 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<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
source§fn in_current_span(self) -> Instrumented<Self> ⓘ
fn in_current_span(self) -> Instrumented<Self> ⓘ
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more§impl<Src, Dest> IntoTuple<Dest> for Srcwhere
Dest: FromTuple<Src>,
impl<Src, Dest> IntoTuple<Dest> for Srcwhere
Dest: FromTuple<Src>,
fn into_tuple(self) -> Dest
source§impl<T, Outer> IsWrappedBy<Outer> for T
impl<T, Outer> IsWrappedBy<Outer> for T
§impl<T> Pipe for Twhere
T: ?Sized,
impl<T> Pipe for Twhere
T: ?Sized,
§fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> Rwhere
Self: Sized,
fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> Rwhere
Self: Sized,
Pipes by value. This is generally the method you want to use. Read more
§fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> Rwhere
R: 'a,
fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> Rwhere
R: 'a,
Borrows
self
and passes that borrow into the pipe function. Read more§fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> Rwhere
R: 'a,
fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> Rwhere
R: 'a,
Mutably borrows
self
and passes that borrow into the pipe function. Read more§fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
§fn pipe_borrow_mut<'a, B, R>(
&'a mut self,
func: impl FnOnce(&'a mut B) -> R,
) -> R
fn pipe_borrow_mut<'a, B, R>( &'a mut self, func: impl FnOnce(&'a mut B) -> R, ) -> R
§fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
Borrows
self
, then passes self.as_ref()
into the pipe function.§fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
Mutably borrows
self
, then passes self.as_mut()
into the pipe
function.§fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
Borrows
self
, then passes self.deref()
into the pipe function.§impl<T> Pointable for T
impl<T> Pointable for T
source§impl<T> SaturatedConversion for T
impl<T> SaturatedConversion for T
source§fn saturated_from<T>(t: T) -> Selfwhere
Self: UniqueSaturatedFrom<T>,
fn saturated_from<T>(t: T) -> Selfwhere
Self: UniqueSaturatedFrom<T>,
source§fn saturated_into<T>(self) -> Twhere
Self: UniqueSaturatedInto<T>,
fn saturated_into<T>(self) -> Twhere
Self: UniqueSaturatedInto<T>,
Consume self to return an equivalent value of
T
. Read more§impl<T> Tap for T
impl<T> Tap for T
§fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
Immutable access to the
Borrow<B>
of a value. Read more§fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
Mutable access to the
BorrowMut<B>
of a value. Read more§fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
Immutable access to the
AsRef<R>
view of a value. Read more§fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
Mutable access to the
AsMut<R>
view of a value. Read more§fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
Immutable access to the
Deref::Target
of a value. Read more§fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
Mutable access to the
Deref::Target
of a value. Read more§fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self
fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self
Calls
.tap()
only in debug builds, and is erased in release builds.§fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self
fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self
Calls
.tap_mut()
only in debug builds, and is erased in release
builds.§fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
Calls
.tap_borrow()
only in debug builds, and is erased in release
builds.§fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
Calls
.tap_borrow_mut()
only in debug builds, and is erased in release
builds.§fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
Calls
.tap_ref()
only in debug builds, and is erased in release
builds.§fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
Calls
.tap_ref_mut()
only in debug builds, and is erased in release
builds.§fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
Calls
.tap_deref()
only in debug builds, and is erased in release
builds.§impl<T> TryConv for T
impl<T> TryConv for T
source§impl<S, T> UncheckedInto<T> for Swhere
T: UncheckedFrom<S>,
impl<S, T> UncheckedInto<T> for Swhere
T: UncheckedFrom<S>,
source§fn unchecked_into(self) -> T
fn unchecked_into(self) -> T
The counterpart to
unchecked_from
.source§impl<T, S> UniqueSaturatedInto<T> for S
impl<T, S> UniqueSaturatedInto<T> for S
source§fn unique_saturated_into(self) -> T
fn unique_saturated_into(self) -> T
Consume self to return an equivalent value of
T
.