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