pub struct ArrayHandle(/* private fields */);Implementations§
Source§impl ArrayHandle
impl ArrayHandle
Trait Implementations§
Source§impl Clone for ArrayHandle
impl Clone for ArrayHandle
Source§fn clone(&self) -> ArrayHandle
fn clone(&self) -> ArrayHandle
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 ArrayHandle
impl Debug for ArrayHandle
Source§impl PartialEq for ArrayHandle
impl PartialEq for ArrayHandle
Auto Trait Implementations§
impl Freeze for ArrayHandle
impl !RefUnwindSafe for ArrayHandle
impl !Send for ArrayHandle
impl !Sync for ArrayHandle
impl Unpin for ArrayHandle
impl UnsafeUnpin for ArrayHandle
impl !UnwindSafe for ArrayHandle
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