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