pub struct MemberRef(/* private fields */);Trait Implementations§
impl Copy for MemberRef
impl Eq for MemberRef
Source§impl Ord for MemberRef
impl Ord for MemberRef
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 PartialOrd for MemberRef
impl PartialOrd for MemberRef
impl StructuralPartialEq for MemberRef
Auto Trait Implementations§
impl Freeze for MemberRef
impl RefUnwindSafe for MemberRef
impl Send for MemberRef
impl Sync for MemberRef
impl Unpin for MemberRef
impl UnsafeUnpin for MemberRef
impl UnwindSafe for MemberRef
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