pub struct NDArrayReceiver { /* private fields */ }Expand description
Receiver held by downstream plugin.
Implementations§
Auto Trait Implementations§
impl Freeze for NDArrayReceiver
impl RefUnwindSafe for NDArrayReceiver
impl Send for NDArrayReceiver
impl Sync for NDArrayReceiver
impl Unpin for NDArrayReceiver
impl UnsafeUnpin for NDArrayReceiver
impl UnwindSafe for NDArrayReceiver
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