pub struct IndexPredicateMetadata { /* private fields */ }Expand description
IndexPredicateMetadata
Canonical generated filtered-index predicate metadata.
Raw SQL text is retained for diagnostics/display only.
Runtime semantics always flow through semantics().
Implementations§
Trait Implementations§
Source§impl Clone for IndexPredicateMetadata
impl Clone for IndexPredicateMetadata
Source§fn clone(&self) -> IndexPredicateMetadata
fn clone(&self) -> IndexPredicateMetadata
Returns a duplicate 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 Debug for IndexPredicateMetadata
impl Debug for IndexPredicateMetadata
Source§impl PartialEq for IndexPredicateMetadata
impl PartialEq for IndexPredicateMetadata
impl Copy for IndexPredicateMetadata
impl Eq for IndexPredicateMetadata
Auto Trait Implementations§
impl Freeze for IndexPredicateMetadata
impl RefUnwindSafe for IndexPredicateMetadata
impl Send for IndexPredicateMetadata
impl Sync for IndexPredicateMetadata
impl Unpin for IndexPredicateMetadata
impl UnsafeUnpin for IndexPredicateMetadata
impl UnwindSafe for IndexPredicateMetadata
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