pub struct RAResultWrapper<'tcx, T: Clone + PartialOrd>(pub RAResult<'tcx, T>);
Tuple Fields§
§0: RAResult<'tcx, T>
Trait Implementations§
Auto Trait Implementations§
impl<'tcx, T> Freeze for RAResultWrapper<'tcx, T>
impl<'tcx, T> !RefUnwindSafe for RAResultWrapper<'tcx, T>
impl<'tcx, T> Send for RAResultWrapper<'tcx, T>where
T: Send,
impl<'tcx, T> Sync for RAResultWrapper<'tcx, T>where
T: Sync,
impl<'tcx, T> Unpin for RAResultWrapper<'tcx, T>where
T: Unpin,
impl<'tcx, T> !UnwindSafe for RAResultWrapper<'tcx, T>
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