pub struct IndexKey<'a> {
pub table: Option<Identifier<'a>>,
pub index: Identifier<'a>,
}
Fields§
§table: Option<Identifier<'a>>
§index: Identifier<'a>
Trait Implementations§
Source§impl<'a> Ord for IndexKey<'a>
impl<'a> Ord for IndexKey<'a>
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<'a> PartialOrd for IndexKey<'a>
impl<'a> PartialOrd for IndexKey<'a>
impl<'a> Eq for IndexKey<'a>
impl<'a> StructuralPartialEq for IndexKey<'a>
Auto Trait Implementations§
impl<'a> Freeze for IndexKey<'a>
impl<'a> RefUnwindSafe for IndexKey<'a>
impl<'a> Send for IndexKey<'a>
impl<'a> Sync for IndexKey<'a>
impl<'a> Unpin for IndexKey<'a>
impl<'a> UnwindSafe for IndexKey<'a>
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