pub struct GenericParam<'a>(/* private fields */);Implementations§
Source§impl GenericParam<'_>
impl GenericParam<'_>
Trait Implementations§
Source§impl<'a> AsRow<'a> for GenericParam<'a>
impl<'a> AsRow<'a> for GenericParam<'a>
const TABLE: usize = 3usize
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> Clone for GenericParam<'a>
impl<'a> Clone for GenericParam<'a>
Source§fn clone(&self) -> GenericParam<'a>
fn clone(&self) -> GenericParam<'a>
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 GenericParam<'_>
impl Debug for GenericParam<'_>
Source§impl<'a> From<GenericParam<'a>> for HasAttribute<'a>
impl<'a> From<GenericParam<'a>> for HasAttribute<'a>
Source§fn from(from: GenericParam<'a>) -> Self
fn from(from: GenericParam<'a>) -> Self
Converts to this type from the input type.
Source§impl<'a> Hash for GenericParam<'a>
impl<'a> Hash for GenericParam<'a>
Source§impl<'a> Ord for GenericParam<'a>
impl<'a> Ord for GenericParam<'a>
Source§fn cmp(&self, other: &GenericParam<'a>) -> Ordering
fn cmp(&self, other: &GenericParam<'a>) -> Ordering
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> PartialEq for GenericParam<'a>
impl<'a> PartialEq for GenericParam<'a>
Source§impl<'a> PartialOrd for GenericParam<'a>
impl<'a> PartialOrd for GenericParam<'a>
impl<'a> Copy for GenericParam<'a>
impl<'a> Eq for GenericParam<'a>
impl<'a> StructuralPartialEq for GenericParam<'a>
Auto Trait Implementations§
impl<'a> Freeze for GenericParam<'a>
impl<'a> RefUnwindSafe for GenericParam<'a>
impl<'a> Send for GenericParam<'a>
impl<'a> Sync for GenericParam<'a>
impl<'a> Unpin for GenericParam<'a>
impl<'a> UnwindSafe for GenericParam<'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