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 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 MemberRefParent
impl Eq for MemberRefParent
Source§impl Hash for MemberRefParent
impl Hash for MemberRefParent
Source§impl Ord for MemberRefParent
impl Ord for MemberRefParent
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 MemberRefParent
impl PartialEq for MemberRefParent
Source§fn eq(&self, other: &MemberRefParent) -> bool
fn eq(&self, other: &MemberRefParent) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for MemberRefParent
impl PartialOrd for MemberRefParent
impl StructuralPartialEq for MemberRefParent
Auto Trait Implementations§
impl Freeze for MemberRefParent
impl RefUnwindSafe for MemberRefParent
impl Send for MemberRefParent
impl Sync for MemberRefParent
impl Unpin for MemberRefParent
impl UnsafeUnpin 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