Fields
start: Uend: UImplementations
Trait Implementations
sourceimpl<T> SliceIndex<T> for CopyRange<u32>
impl<T> SliceIndex<T> for CopyRange<u32>
type IndexResult = [T]
fn index(self, data: &[T]) -> Option<&Self::IndexResult>
fn index_mut(self, data: &mut [T]) -> Option<&mut Self::IndexResult>
sourceimpl<T> SliceIndex<T> for CopyRange<usize>
impl<T> SliceIndex<T> for CopyRange<usize>
type IndexResult = [T]
fn index(self, data: &[T]) -> Option<&Self::IndexResult>
fn index_mut(self, data: &mut [T]) -> Option<&mut Self::IndexResult>
impl<U: Copy> Copy for CopyRange<U> where
U: Copy,
Auto Trait Implementations
impl<U> RefUnwindSafe for CopyRange<U> where
U: RefUnwindSafe,
impl<U> Send for CopyRange<U> where
U: Send,
impl<U> Sync for CopyRange<U> where
U: Sync,
impl<U> Unpin for CopyRange<U> where
U: Unpin,
impl<U> UnwindSafe for CopyRange<U> where
U: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more