FromRandom

Trait FromRandom 

Source
pub trait FromRandom {
    // Required method
    fn from_random() -> Self;
}
Expand description

Random numbers for testing/benchmarking

Required Methods§

Source

fn from_random() -> Self

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl FromRandom for Edge

Available on crate feature random only.
Source§

impl FromRandom for DataType

Available on crate feature random only.
Source§

impl FromRandom for EventQuality

Available on crate feature random only.
Source§

impl FromRandom for EventStatus

Available on crate feature random only.
Source§

impl FromRandom for LTBThreshold

Available on crate feature random only.
Source§

impl FromRandom for TriggerType

Available on crate feature random only.
Source§

impl FromRandom for CRFrameObjectType

Available on crate feature random only.
Source§

impl FromRandom for DataSourceKind

Available on crate feature random only.
Source§

impl FromRandom for IPBusPacketType

Available on crate feature random only.
Source§

impl FromRandom for TelemetryPacketType

Available on crate feature random only.
Source§

impl FromRandom for TofPacketType

Available on crate feature random only.
Source§

impl FromRandom for TofCommandCode

Available on crate feature random only.
Source§

impl FromRandom for BuildStrategy

Available on crate feature random only.
Source§

impl FromRandom for TofOperationMode

Available on crate feature random only.
Source§

impl FromRandom for TofResponse

Available on crate feature random only.
Source§

impl FromRandom for TofReturnCode

Available on crate feature random only.
Source§

impl FromRandom for ProtocolVersion

Available on crate feature random only.
Source§

impl FromRandom for RBCalibrationFlightT

Available on crate feature random only.
Source§

impl FromRandom for RBCalibrationFlightV

Available on crate feature random only.
Source§

impl FromRandom for RBCalibrations

Available on crate feature random only.
Source§

impl FromRandom for RBEvent

Available on crate feature random only.
Source§

impl FromRandom for RBEventHeader

Available on crate feature random only.
Source§

impl FromRandom for RBWaveform

Available on crate feature random only.
Source§

impl FromRandom for TofEvent

Available on crate feature random only.
Source§

impl FromRandom for TofHit

Available on crate feature random only.
Source§

impl FromRandom for CPUMoniData

Available on crate feature random only.
Source§

impl FromRandom for DataSinkHB

Available on crate feature random only.
Source§

impl FromRandom for EventBuilderHB

Available on crate feature random only.
Source§

impl FromRandom for MasterTriggerHB

Available on crate feature random only.
Source§

impl FromRandom for LTBMoniData

Available on crate feature random only.
Source§

impl FromRandom for MtbMoniData

Available on crate feature random only.
Source§

impl FromRandom for PAMoniData

Available on crate feature random only.
Source§

impl FromRandom for PBMoniData

Available on crate feature random only.
Source§

impl FromRandom for RBMoniData

Available on crate feature random only.
Source§

impl FromRandom for TofPacket

Available on crate feature random only.
Source§

impl FromRandom for TofCommand

Available on crate feature random only.
Source§

impl FromRandom for AnalysisEngineConfig

Available on crate feature random only.
Source§

impl FromRandom for DataPublisherConfig

Available on crate feature random only.
Source§

impl FromRandom for LTBThresholdConfig

Available on crate feature random only.
Source§

impl FromRandom for PreampBiasConfig

Available on crate feature random only.
Source§

impl FromRandom for RBChannelMaskConfig

Available on crate feature random only.
Source§

impl FromRandom for TOFEventBuilderConfig

Available on crate feature random only.
Source§

impl FromRandom for TofRBConfig

Available on crate feature random only.
Source§

impl FromRandom for TofRunConfig

Available on crate feature random only.
Source§

impl FromRandom for TriggerConfig

Available on crate feature random only.
Source§

impl FromRandom for TofDetectorStatus

Available on crate feature random only.
Source§

impl FromRandom for RBPaddleID

Available on crate feature random only.