pub enum ParameterType {
Normal,
Number,
Callable,
Boolean,
CallByPointer,
VarArgs,
RawVarArgs,
}Variants§
Trait Implementations§
Source§impl Clone for ParameterType
impl Clone for ParameterType
Source§fn clone(&self) -> ParameterType
fn clone(&self) -> ParameterType
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 ParameterType
impl Debug for ParameterType
Source§impl Hash for ParameterType
impl Hash for ParameterType
Source§impl Ord for ParameterType
impl Ord for ParameterType
Source§fn cmp(&self, other: &ParameterType) -> Ordering
fn cmp(&self, other: &ParameterType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ParameterType
impl PartialEq for ParameterType
Source§impl PartialOrd for ParameterType
impl PartialOrd for ParameterType
impl Copy for ParameterType
impl Eq for ParameterType
impl StructuralPartialEq for ParameterType
Auto Trait Implementations§
impl Freeze for ParameterType
impl RefUnwindSafe for ParameterType
impl Send for ParameterType
impl Sync for ParameterType
impl Unpin for ParameterType
impl UnwindSafe for ParameterType
Blanket Implementations§
Source§impl<T> AnyWithEq for T
impl<T> AnyWithEq for T
fn as_any(&self) -> &(dyn Any + 'static)
fn is_equals( &self, other: &dyn AnyWithEq, _interpreter: &mut Interpreter, _pos: CodePosition, ) -> bool
fn is_strict_equals( &self, other: &dyn AnyWithEq, _interpreter: &mut Interpreter, _pos: CodePosition, ) -> bool
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