pub enum MemberRefParent {
TypeRef(TypeRef),
}
Variants§
Implementations§
Trait Implementations§
source§impl Clone for MemberRefParent
impl Clone for MemberRefParent
source§fn clone(&self) -> MemberRefParent
fn clone(&self) -> MemberRefParent
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 MemberRefParent
impl Debug for MemberRefParent
source§impl From<TypeRef> for MemberRefParent
impl From<TypeRef> for MemberRefParent
source§impl Hash for MemberRefParent
impl Hash for MemberRefParent
source§impl Ord for MemberRefParent
impl Ord for MemberRefParent
source§fn cmp(&self, other: &MemberRefParent) -> Ordering
fn cmp(&self, other: &MemberRefParent) -> 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 MemberRefParent
impl PartialEq for MemberRefParent
source§fn eq(&self, other: &MemberRefParent) -> bool
fn eq(&self, other: &MemberRefParent) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for MemberRefParent
impl PartialOrd for MemberRefParent
source§fn partial_cmp(&self, other: &MemberRefParent) -> Option<Ordering>
fn partial_cmp(&self, other: &MemberRefParent) -> 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 MemberRefParent
impl StructuralEq for MemberRefParent
impl StructuralPartialEq for MemberRefParent
Auto Trait Implementations§
impl RefUnwindSafe for MemberRefParent
impl Send for MemberRefParent
impl Sync for MemberRefParent
impl Unpin for MemberRefParent
impl UnwindSafe for MemberRefParent
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