pub enum BuiltInMethodCall {
ArrayManipulationCall(Box<ArrayManipulationCall>),
RandomizeCall(Box<RandomizeCall>),
}Variants
ArrayManipulationCall(Box<ArrayManipulationCall>)
RandomizeCall(Box<RandomizeCall>)
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for BuiltInMethodCall
impl Send for BuiltInMethodCall
impl Sync for BuiltInMethodCall
impl Unpin for BuiltInMethodCall
impl UnwindSafe for BuiltInMethodCall
Blanket Implementations
Mutably borrows from an owned value. Read more