pub struct TypeRef<'a>(/* private fields */);Implementations§
Trait Implementations§
Source§impl<'a> AsRow<'a> for TypeRef<'a>
impl<'a> AsRow<'a> for TypeRef<'a>
const TABLE: usize = 9usize
fn to_row(&self) -> Row<'a>
fn from_row(row: Row<'a>) -> Self
fn index(&self) -> &'a Index
fn file(&self) -> &'a File
fn pos(&self) -> usize
fn usize(&self, column: usize) -> usize
fn str(&self, column: usize) -> &'a str
fn row<R: AsRow<'a>>(&self, column: usize) -> R
fn decode<T: Decode<'a>>(&self, column: usize) -> T
fn blob(&self, column: usize) -> Blob<'a>
fn list<R: AsRow<'a>>(&self, column: usize) -> RowIterator<'a, R> ⓘ
fn equal_range<L: AsRow<'a>>( &self, column: usize, value: usize, ) -> RowIterator<'a, L> ⓘ
fn parent_row<P: AsRow<'a>>(&'a self, column: usize) -> P
Source§impl<'a> From<TypeRef<'a>> for HasAttribute<'a>
impl<'a> From<TypeRef<'a>> for HasAttribute<'a>
Source§impl<'a> From<TypeRef<'a>> for MemberRefParent<'a>
impl<'a> From<TypeRef<'a>> for MemberRefParent<'a>
Source§impl<'a> From<TypeRef<'a>> for ResolutionScope<'a>
impl<'a> From<TypeRef<'a>> for ResolutionScope<'a>
Source§impl<'a> From<TypeRef<'a>> for TypeDefOrRef<'a>
impl<'a> From<TypeRef<'a>> for TypeDefOrRef<'a>
Source§impl<'a> Ord for TypeRef<'a>
impl<'a> Ord for TypeRef<'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 TypeRef<'a>
impl<'a> PartialOrd for TypeRef<'a>
impl<'a> Copy for TypeRef<'a>
impl<'a> Eq for TypeRef<'a>
impl<'a> StructuralPartialEq for TypeRef<'a>
Auto Trait Implementations§
impl<'a> Freeze for TypeRef<'a>
impl<'a> RefUnwindSafe for TypeRef<'a>
impl<'a> Send for TypeRef<'a>
impl<'a> Sync for TypeRef<'a>
impl<'a> Unpin for TypeRef<'a>
impl<'a> UnwindSafe for TypeRef<'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