pub struct ExportedTypeIndex(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for ExportedTypeIndex
impl Clone for ExportedTypeIndex
Source§fn clone(&self) -> ExportedTypeIndex
fn clone(&self) -> ExportedTypeIndex
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 ExportedTypeIndex
Source§impl Debug for ExportedTypeIndex
impl Debug for ExportedTypeIndex
impl Eq for ExportedTypeIndex
Source§impl FromByteStream for ExportedTypeIndex
impl FromByteStream for ExportedTypeIndex
Source§impl Hash for ExportedTypeIndex
impl Hash for ExportedTypeIndex
Source§impl Ord for ExportedTypeIndex
impl Ord for ExportedTypeIndex
Source§fn cmp(&self, other: &ExportedTypeIndex) -> Ordering
fn cmp(&self, other: &ExportedTypeIndex) -> Ordering
1.21.0 (const: unstable) · 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 ExportedTypeIndex
impl PartialEq for ExportedTypeIndex
Source§fn eq(&self, other: &ExportedTypeIndex) -> bool
fn eq(&self, other: &ExportedTypeIndex) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ExportedTypeIndex
impl PartialOrd for ExportedTypeIndex
impl StructuralPartialEq for ExportedTypeIndex
Auto Trait Implementations§
impl Freeze for ExportedTypeIndex
impl RefUnwindSafe for ExportedTypeIndex
impl Send for ExportedTypeIndex
impl Sync for ExportedTypeIndex
impl Unpin for ExportedTypeIndex
impl UnsafeUnpin for ExportedTypeIndex
impl UnwindSafe for ExportedTypeIndex
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