pub struct LocalIndex(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Clone for LocalIndex
impl Clone for LocalIndex
Source§fn clone(&self) -> LocalIndex
fn clone(&self) -> LocalIndex
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for LocalIndex
impl Debug for LocalIndex
Source§impl Deref for LocalIndex
impl Deref for LocalIndex
Source§impl Hash for LocalIndex
impl Hash for LocalIndex
Source§impl Ord for LocalIndex
impl Ord for LocalIndex
Source§fn cmp(&self, other: &LocalIndex) -> Ordering
fn cmp(&self, other: &LocalIndex) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for LocalIndex
impl PartialEq for LocalIndex
Source§impl PartialOrd for LocalIndex
impl PartialOrd for LocalIndex
impl Copy for LocalIndex
impl Eq for LocalIndex
impl StructuralPartialEq for LocalIndex
Auto Trait Implementations§
impl Freeze for LocalIndex
impl RefUnwindSafe for LocalIndex
impl Send for LocalIndex
impl Sync for LocalIndex
impl Unpin for LocalIndex
impl UnwindSafe for LocalIndex
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