Struct ella_tensor::slice::NewAxis
source · pub struct NewAxis;Trait Implementations§
source§impl From<NewAxis> for AxisSliceSpec
impl From<NewAxis> for AxisSliceSpec
impl Copy for NewAxis
Auto Trait Implementations§
impl RefUnwindSafe for NewAxis
impl Send for NewAxis
impl Sync for NewAxis
impl Unpin for NewAxis
impl UnwindSafe for NewAxis
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