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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Hash for MemberRefParent
impl Hash for MemberRefParent
Source§impl Ord for MemberRefParent
impl Ord for MemberRefParent
Source§impl PartialEq for MemberRefParent
impl PartialEq for MemberRefParent
Source§impl PartialOrd for MemberRefParent
impl PartialOrd for MemberRefParent
impl Copy for MemberRefParent
impl Eq 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 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