pub struct ArrayElementsView {
pub value: ValueHandle,
pub array_elements_opt: ArrayElementsOptHandle,
}Fields§
§value: ValueHandle§array_elements_opt: ArrayElementsOptHandleTrait Implementations§
Source§impl Clone for ArrayElementsView
impl Clone for ArrayElementsView
Source§fn clone(&self) -> ArrayElementsView
fn clone(&self) -> ArrayElementsView
Returns a duplicate 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 ArrayElementsView
impl Debug for ArrayElementsView
Source§impl PartialEq for ArrayElementsView
impl PartialEq for ArrayElementsView
impl Copy for ArrayElementsView
impl Eq for ArrayElementsView
impl StructuralPartialEq for ArrayElementsView
Auto Trait Implementations§
impl Freeze for ArrayElementsView
impl RefUnwindSafe for ArrayElementsView
impl Send for ArrayElementsView
impl Sync for ArrayElementsView
impl Unpin for ArrayElementsView
impl UnwindSafe for ArrayElementsView
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