Struct stable_mir::ty::OutlivesPredicate
source · pub struct OutlivesPredicate<A, B>(pub A, pub B);
Tuple Fields§
§0: A
§1: B
Trait Implementations§
source§impl<A: Clone, B: Clone> Clone for OutlivesPredicate<A, B>
impl<A: Clone, B: Clone> Clone for OutlivesPredicate<A, B>
source§fn clone(&self) -> OutlivesPredicate<A, B>
fn clone(&self) -> OutlivesPredicate<A, B>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<A, B> Serialize for OutlivesPredicate<A, B>
impl<A, B> Serialize for OutlivesPredicate<A, B>
impl<A: Eq, B: Eq> Eq for OutlivesPredicate<A, B>
impl<A, B> StructuralPartialEq for OutlivesPredicate<A, B>
Auto Trait Implementations§
impl<A, B> Freeze for OutlivesPredicate<A, B>
impl<A, B> RefUnwindSafe for OutlivesPredicate<A, B>where
A: RefUnwindSafe,
B: RefUnwindSafe,
impl<A, B> Send for OutlivesPredicate<A, B>
impl<A, B> Sync for OutlivesPredicate<A, B>
impl<A, B> Unpin for OutlivesPredicate<A, B>
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)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.