pub struct Rec<P>(/* private fields */);
Expand description
Enter a recursive environment.
Trait Implementations§
Auto Trait Implementations§
impl<P> Freeze for Rec<P>
impl<P> RefUnwindSafe for Rec<P>where
P: RefUnwindSafe,
impl<P> Send for Rec<P>where
P: Send,
impl<P> Sync for Rec<P>where
P: Sync,
impl<P> Unpin for Rec<P>where
P: Unpin,
impl<P> UnwindSafe for Rec<P>where
P: UnwindSafe,
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