pub struct QalamArray {
pub elements: Vec<Option<Literal>>,
}
Fields§
§elements: Vec<Option<Literal>>
Implementations§
Trait Implementations§
Source§impl Clone for QalamArray
impl Clone for QalamArray
Source§fn clone(&self) -> QalamArray
fn clone(&self) -> QalamArray
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 QalamArray
impl Debug for QalamArray
Source§impl Hash for QalamArray
impl Hash for QalamArray
Source§impl PartialEq for QalamArray
impl PartialEq for QalamArray
impl Eq for QalamArray
impl StructuralPartialEq for QalamArray
Auto Trait Implementations§
impl Freeze for QalamArray
impl !RefUnwindSafe for QalamArray
impl !Send for QalamArray
impl !Sync for QalamArray
impl Unpin for QalamArray
impl !UnwindSafe for QalamArray
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