Struct eiffelvis_core::tracked_query::OwnedBounds
source · [−]pub struct OwnedBounds<I>(_, _);
Expand description
Pair of RangeBounds implementation that owns it’s bounds
Trait Implementations
sourceimpl<I> RangeBounds<I> for OwnedBounds<I>
impl<I> RangeBounds<I> for OwnedBounds<I>
Auto Trait Implementations
impl<I> RefUnwindSafe for OwnedBounds<I>where
I: RefUnwindSafe,
impl<I> Send for OwnedBounds<I>where
I: Send,
impl<I> Sync for OwnedBounds<I>where
I: Sync,
impl<I> Unpin for OwnedBounds<I>where
I: Unpin,
impl<I> UnwindSafe for OwnedBounds<I>where
I: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more