pub struct IntCategory {}Trait Implementations§
Source§impl<T: IntDType + DTypeConvert<f64>> NormOpCategory<T, IntCategory> for T
impl<T: IntDType + DTypeConvert<f64>> NormOpCategory<T, IntCategory> for T
impl NumCategory for IntCategory
Auto Trait Implementations§
impl Freeze for IntCategory
impl RefUnwindSafe for IntCategory
impl Send for IntCategory
impl Sync for IntCategory
impl Unpin for IntCategory
impl UnwindSafe for IntCategory
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