pub struct ImportIndex(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Clone for ImportIndex
impl Clone for ImportIndex
Source§fn clone(&self) -> ImportIndex
fn clone(&self) -> ImportIndex
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 ImportIndex
impl Debug for ImportIndex
Source§impl Deref for ImportIndex
impl Deref for ImportIndex
Source§impl Hash for ImportIndex
impl Hash for ImportIndex
Source§impl Ord for ImportIndex
impl Ord for ImportIndex
Source§fn cmp(&self, other: &ImportIndex) -> Ordering
fn cmp(&self, other: &ImportIndex) -> 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 ImportIndex
impl PartialEq for ImportIndex
Source§impl PartialOrd for ImportIndex
impl PartialOrd for ImportIndex
impl Copy for ImportIndex
impl Eq for ImportIndex
impl StructuralPartialEq for ImportIndex
Auto Trait Implementations§
impl Freeze for ImportIndex
impl RefUnwindSafe for ImportIndex
impl Send for ImportIndex
impl Sync for ImportIndex
impl Unpin for ImportIndex
impl UnwindSafe for ImportIndex
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