pub struct TypeMustMatch;
Expand description
Marker type to indicate that the element type received via PyArrayLike
must match the specified type exactly.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TypeMustMatch
impl RefUnwindSafe for TypeMustMatch
impl Send for TypeMustMatch
impl Sync for TypeMustMatch
impl Unpin for TypeMustMatch
impl UnwindSafe for TypeMustMatch
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