Struct stable_mir::ty::OutlivesPredicate
source · pub struct OutlivesPredicate<A, B>(pub A, pub B);
Tuple Fields§
§0: A
§1: B
Trait Implementations§
Auto Trait Implementations§
impl<A, B> RefUnwindSafe for OutlivesPredicate<A, B>where A: RefUnwindSafe, B: RefUnwindSafe,
impl<A, B> Send for OutlivesPredicate<A, B>where A: Send, B: Send,
impl<A, B> Sync for OutlivesPredicate<A, B>where A: Sync, B: Sync,
impl<A, B> Unpin for OutlivesPredicate<A, B>where A: Unpin, B: Unpin,
impl<A, B> UnwindSafe for OutlivesPredicate<A, B>where A: UnwindSafe, B: 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
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.