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