VOOZH about

URL: https://doc.rust-lang.org/std/primitive.slice.html

⇱ slice - Rust


Skip to main content

Primitive Type slice 

1.0.0

Implementations§

Trait Implementations§

Source§

impl<T> ConstParamTy_ for [T]
where T: ConstParamTy_,

1.0.0 (const: unstable) · Source§

impl<T> Eq for [T]
where T: Eq,

1.80.0 · Source§

impl<'a, I, A> !Iterator for &'a Box<[I], A>
where A: Allocator,

This implementation is required to make sure that the &Box<[I]>: IntoIterator implementation doesn’t overlap with IntoIterator for T where T: Iterator blanket.

1.80.0 · Source§

impl<'a, I, A> !Iterator for &'a mut Box<[I], A>
where A: Allocator,

This implementation is required to make sure that the &mut Box<[I]>: IntoIterator implementation doesn’t overlap with IntoIterator for T where T: Iterator blanket.

1.80.0 · Source§

impl<T> !Iterator for [T]

1.80.0 · Source§

impl<I, A> !Iterator for Box<[I], A>
where A: Allocator,

This implementation is required to make sure that the Box<[I]>: IntoIterator implementation doesn’t overlap with IntoIterator for T where T: Iterator blanket.

Source§

impl<T> StructuralPartialEq for [T]

Auto Trait Implementations§

§

impl<T> Freeze for [T]
where T: Freeze,

§

impl<T> RefUnwindSafe for [T]
where T: RefUnwindSafe,

§

impl<T> Send for [T]
where T: Send,

§

impl<T> !Sized for [T]

§

impl<T> Sync for [T]
where T: Sync,

§

impl<T> Unpin for [T]
where T: Unpin,

§

impl<T> UnsafeUnpin for [T]
where T: UnsafeUnpin,

§

impl<T> UnwindSafe for [T]
where T: UnwindSafe,

Blanket Implementations§