Enum pgx_utils::sql_entity_graph::SqlDeclared
source · [−]Variants
Type(String)
Enum(String)
Function(String)
Trait Implementations
sourceimpl Clone for SqlDeclared
impl Clone for SqlDeclared
sourcefn clone(&self) -> SqlDeclared
fn clone(&self) -> SqlDeclared
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for SqlDeclared
impl Debug for SqlDeclared
sourceimpl Hash for SqlDeclared
impl Hash for SqlDeclared
sourceimpl Ord for SqlDeclared
impl Ord for SqlDeclared
sourcefn cmp(&self, other: &SqlDeclared) -> Ordering
fn cmp(&self, other: &SqlDeclared) -> Ordering
1.21.0 · sourceconst fn max(self, other: Self) -> Self
const fn max(self, other: Self) -> Self
Compares and returns the maximum of two values. Read more
1.21.0 · sourceconst fn min(self, other: Self) -> Self
const fn min(self, other: Self) -> Self
Compares and returns the minimum of two values. Read more
1.50.0 · sourceconst fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: PartialOrd<Self>,
const fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl Parse for SqlDeclared
impl Parse for SqlDeclared
fn parse(input: ParseStream<'_>) -> Result<Self>
sourceimpl PartialEq<SqlDeclared> for SqlDeclared
impl PartialEq<SqlDeclared> for SqlDeclared
sourcefn eq(&self, other: &SqlDeclared) -> bool
fn eq(&self, other: &SqlDeclared) -> bool
sourceimpl PartialOrd<SqlDeclared> for SqlDeclared
impl PartialOrd<SqlDeclared> for SqlDeclared
sourcefn partial_cmp(&self, other: &SqlDeclared) -> Option<Ordering>
fn partial_cmp(&self, other: &SqlDeclared) -> Option<Ordering>
1.0.0 · sourceconst fn le(&self, other: &Rhs) -> bool
const fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresourceimpl ToTokens for SqlDeclared
impl ToTokens for SqlDeclared
sourcefn to_tokens(&self, tokens: &mut TokenStream2)
fn to_tokens(&self, tokens: &mut TokenStream2)
sourcefn to_token_stream(&self) -> TokenStream
fn to_token_stream(&self) -> TokenStream
sourcefn into_token_stream(self) -> TokenStream
fn into_token_stream(self) -> TokenStream
impl Eq for SqlDeclared
impl StructuralEq for SqlDeclared
impl StructuralPartialEq for SqlDeclared
Auto Trait Implementations
impl RefUnwindSafe for SqlDeclared
impl Send for SqlDeclared
impl Sync for SqlDeclared
impl Unpin for SqlDeclared
impl UnwindSafe for SqlDeclared
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> Spanned for Twhere
T: Spanned + ?Sized,
impl<T> Spanned for Twhere
T: Spanned + ?Sized,
sourcefn span(&self) -> Span
fn span(&self) -> Span
Returns a
Span
covering the complete contents of this syntax tree
node, or Span::call_site()
if this node is empty. Read more