Struct nessa::object::NessaArray
source · pub struct NessaArray {
pub elements: Vec<Object>,
pub elem_type: Box<Type>,
}Fields§
§elements: Vec<Object>§elem_type: Box<Type>Trait Implementations§
source§impl Clone for NessaArray
impl Clone for NessaArray
source§fn clone(&self) -> NessaArray
fn clone(&self) -> NessaArray
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 NessaArray
impl Debug for NessaArray
source§impl Deref<NessaArray> for ObjectBlock
impl Deref<NessaArray> for ObjectBlock
fn deref(&self) -> Ref<'_, NessaArray>
source§impl Get<NessaArray> for ObjectBlock
impl Get<NessaArray> for ObjectBlock
fn get(&self) -> &NessaArray
source§impl GetMut<NessaArray> for ObjectBlock
impl GetMut<NessaArray> for ObjectBlock
fn get(&mut self) -> &mut NessaArray
source§impl NessaData for NessaArray
impl NessaData for NessaArray
fn data(self) -> ObjectBlock
source§impl PartialEq for NessaArray
impl PartialEq for NessaArray
source§fn eq(&self, other: &NessaArray) -> bool
fn eq(&self, other: &NessaArray) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for NessaArray
Auto Trait Implementations§
impl Freeze for NessaArray
impl !RefUnwindSafe for NessaArray
impl !Send for NessaArray
impl !Sync for NessaArray
impl Unpin for NessaArray
impl !UnwindSafe for NessaArray
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