Enum interpreter::object::builtins::ArrayPrimitive
source · pub enum ArrayPrimitive {
Bool,
Char,
Float,
Double,
Byte,
Short,
Int,
Long,
}
Variants§
Implementations§
Trait Implementations§
source§impl Clone for ArrayPrimitive
impl Clone for ArrayPrimitive
source§fn clone(&self) -> ArrayPrimitive
fn clone(&self) -> ArrayPrimitive
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 ArrayPrimitive
impl Debug for ArrayPrimitive
source§impl PartialEq for ArrayPrimitive
impl PartialEq for ArrayPrimitive
source§fn eq(&self, other: &ArrayPrimitive) -> bool
fn eq(&self, other: &ArrayPrimitive) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ArrayPrimitive
impl StructuralEq for ArrayPrimitive
impl StructuralPartialEq for ArrayPrimitive
Auto Trait Implementations§
impl RefUnwindSafe for ArrayPrimitive
impl Send for ArrayPrimitive
impl Sync for ArrayPrimitive
impl Unpin for ArrayPrimitive
impl UnwindSafe for ArrayPrimitive
Blanket Implementations§
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