Struct ella_tensor::slice::SliceSpec
source · pub struct SliceSpec<T: AsRef<[AxisSliceSpec]>, In, Out> { /* private fields */ }Trait Implementations§
source§impl<T, In, Out, __AsRefT: ?Sized> AsRef<__AsRefT> for SliceSpec<T, In, Out>where
T: AsRef<__AsRefT> + AsRef<[AxisSliceSpec]>,
impl<T, In, Out, __AsRefT: ?Sized> AsRef<__AsRefT> for SliceSpec<T, In, Out>where T: AsRef<__AsRefT> + AsRef<[AxisSliceSpec]>,
source§impl<T: Clone + AsRef<[AxisSliceSpec]>, In: Clone, Out: Clone> Clone for SliceSpec<T, In, Out>
impl<T: Clone + AsRef<[AxisSliceSpec]>, In: Clone, Out: Clone> Clone for SliceSpec<T, In, Out>
Auto Trait Implementations§
impl<T, In, Out> RefUnwindSafe for SliceSpec<T, In, Out>where In: RefUnwindSafe, Out: RefUnwindSafe, T: RefUnwindSafe,
impl<T, In, Out> Send for SliceSpec<T, In, Out>where In: Send, Out: Send, T: Send,
impl<T, In, Out> Sync for SliceSpec<T, In, Out>where In: Sync, Out: Sync, T: Sync,
impl<T, In, Out> Unpin for SliceSpec<T, In, Out>where In: Unpin, Out: Unpin, T: Unpin,
impl<T, In, Out> UnwindSafe for SliceSpec<T, In, Out>where In: UnwindSafe, Out: 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