pub enum R<F> {
Field(F),
Param(usize),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl<F> Freeze for R<F>where
F: Freeze,
impl<F> RefUnwindSafe for R<F>where
F: RefUnwindSafe,
impl<F> Send for R<F>where
F: Send,
impl<F> Sync for R<F>where
F: Sync,
impl<F> Unpin for R<F>where
F: Unpin,
impl<F> UnsafeUnpin for R<F>where
F: UnsafeUnpin,
impl<F> UnwindSafe for R<F>where
F: 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