pub struct RecRef(/* private fields */);Expand description
A reference to a vector of record fields stored in the ExprArena.
Trait Implementations§
impl Copy for RecRef
impl Eq for RecRef
Source§impl Ord for RecRef
impl Ord for RecRef
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 RecRef
impl PartialOrd for RecRef
impl StructuralPartialEq for RecRef
Auto Trait Implementations§
impl Freeze for RecRef
impl RefUnwindSafe for RecRef
impl Send for RecRef
impl Sync for RecRef
impl Unpin for RecRef
impl UnsafeUnpin for RecRef
impl UnwindSafe for RecRef
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