pub struct SliceIndex(/* private fields */);Trait Implementations§
Source§impl Clone for SliceIndex
impl Clone for SliceIndex
Source§fn clone(&self) -> SliceIndex
fn clone(&self) -> SliceIndex
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SliceIndex
Source§impl Debug for SliceIndex
impl Debug for SliceIndex
Source§impl Default for SliceIndex
impl Default for SliceIndex
Source§fn default() -> SliceIndex
fn default() -> SliceIndex
Returns the “default value” for a type. Read more
Source§impl PartialEq for SliceIndex
impl PartialEq for SliceIndex
Source§fn eq(&self, other: &SliceIndex) -> bool
fn eq(&self, other: &SliceIndex) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SliceIndex
Auto Trait Implementations§
impl Freeze for SliceIndex
impl RefUnwindSafe for SliceIndex
impl Send for SliceIndex
impl Sync for SliceIndex
impl Unpin for SliceIndex
impl UnsafeUnpin for SliceIndex
impl UnwindSafe for SliceIndex
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