pub struct NpyWriter<T, W> { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl<T, W> Freeze for NpyWriter<T, W>where
W: Freeze,
impl<T, W> RefUnwindSafe for NpyWriter<T, W>where
W: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, W> Send for NpyWriter<T, W>
impl<T, W> Sync for NpyWriter<T, W>
impl<T, W> Unpin for NpyWriter<T, W>
impl<T, W> UnwindSafe for NpyWriter<T, W>where
W: UnwindSafe,
T: UnwindSafe,
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