Enum pgx_utils::sql_entity_graph::PositioningRef
source · [−]Variants
FullPath(String)
Name(String)
Trait Implementations
sourceimpl Clone for PositioningRef
impl Clone for PositioningRef
sourcefn clone(&self) -> PositioningRef
fn clone(&self) -> PositioningRef
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 PositioningRef
impl Debug for PositioningRef
sourceimpl Display for PositioningRef
impl Display for PositioningRef
sourceimpl Hash for PositioningRef
impl Hash for PositioningRef
sourceimpl Ord for PositioningRef
impl Ord for PositioningRef
sourcefn cmp(&self, other: &PositioningRef) -> Ordering
fn cmp(&self, other: &PositioningRef) -> 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 PositioningRef
impl Parse for PositioningRef
fn parse(input: ParseStream<'_>) -> Result<Self, Error>
sourceimpl PartialEq<PositioningRef> for PositioningRef
impl PartialEq<PositioningRef> for PositioningRef
sourcefn eq(&self, other: &PositioningRef) -> bool
fn eq(&self, other: &PositioningRef) -> bool
sourceimpl PartialOrd<PositioningRef> for PositioningRef
impl PartialOrd<PositioningRef> for PositioningRef
sourcefn partial_cmp(&self, other: &PositioningRef) -> Option<Ordering>
fn partial_cmp(&self, other: &PositioningRef) -> 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 PositioningRef
impl ToTokens for PositioningRef
sourcefn to_tokens(&self, tokens: &mut TokenStream)
fn to_tokens(&self, tokens: &mut TokenStream)
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 PositioningRef
impl StructuralEq for PositioningRef
impl StructuralPartialEq for PositioningRef
Auto Trait Implementations
impl RefUnwindSafe for PositioningRef
impl Send for PositioningRef
impl Sync for PositioningRef
impl Unpin for PositioningRef
impl UnwindSafe for PositioningRef
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