pub struct PartialIndex<T> { /* private fields */ }Expand description
A conflict target narrowed to a partial unique index, from
partial_index. It takes the columns rather than another target, so
the predicate it carries is the only one there is.
Trait Implementations§
impl<T: Table> ConflictTarget<T> for PartialIndex<T>
Auto Trait Implementations§
impl<T> Freeze for PartialIndex<T>
impl<T> RefUnwindSafe for PartialIndex<T>
impl<T> Send for PartialIndex<T>
impl<T> Sync for PartialIndex<T>
impl<T> Unpin for PartialIndex<T>
impl<T> UnsafeUnpin for PartialIndex<T>
impl<T> UnwindSafe for PartialIndex<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