pub enum MemberForwarded {
MethodDef(MethodDef),
}Variants§
Implementations§
Trait Implementations§
source§impl Clone for MemberForwarded
impl Clone for MemberForwarded
source§fn clone(&self) -> MemberForwarded
fn clone(&self) -> MemberForwarded
Returns a copy 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 MemberForwarded
impl Debug for MemberForwarded
source§impl From<MethodDef> for MemberForwarded
impl From<MethodDef> for MemberForwarded
source§impl Hash for MemberForwarded
impl Hash for MemberForwarded
source§impl Ord for MemberForwarded
impl Ord for MemberForwarded
source§fn cmp(&self, other: &MemberForwarded) -> Ordering
fn cmp(&self, other: &MemberForwarded) -> 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 MemberForwarded
impl PartialEq for MemberForwarded
source§fn eq(&self, other: &MemberForwarded) -> bool
fn eq(&self, other: &MemberForwarded) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for MemberForwarded
impl PartialOrd for MemberForwarded
source§fn partial_cmp(&self, other: &MemberForwarded) -> Option<Ordering>
fn partial_cmp(&self, other: &MemberForwarded) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Eq for MemberForwarded
impl StructuralEq for MemberForwarded
impl StructuralPartialEq for MemberForwarded
Auto Trait Implementations§
impl RefUnwindSafe for MemberForwarded
impl Send for MemberForwarded
impl Sync for MemberForwarded
impl Unpin for MemberForwarded
impl UnwindSafe for MemberForwarded
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