pub enum SliceType {
Index(Ixs),
Slice(Slice),
NewAxis,
}Variants§
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for SliceType
impl<'de> Deserialize<'de> for SliceType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for SliceType
impl Ord for SliceType
Source§impl PartialOrd for SliceType
impl PartialOrd for SliceType
impl Copy for SliceType
impl Eq for SliceType
impl StructuralPartialEq for SliceType
Auto Trait Implementations§
impl Freeze for SliceType
impl RefUnwindSafe for SliceType
impl Send for SliceType
impl Sync for SliceType
impl Unpin for SliceType
impl UnwindSafe for SliceType
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