pub struct AllowTypeChange;
Expand description
Marker type to indicate that the element type received via PyArrayLike
can be cast to the specified type by NumPy’s asarray
.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AllowTypeChange
impl RefUnwindSafe for AllowTypeChange
impl Send for AllowTypeChange
impl Sync for AllowTypeChange
impl Unpin for AllowTypeChange
impl UnwindSafe for AllowTypeChange
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