pub struct PgLQueryVariant { /* private fields */ }
Trait Implementations
sourceimpl Clone for PgLQueryVariant
impl Clone for PgLQueryVariant
sourcefn clone(&self) -> PgLQueryVariant
fn clone(&self) -> PgLQueryVariant
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for PgLQueryVariant
impl Debug for PgLQueryVariant
sourceimpl Display for PgLQueryVariant
impl Display for PgLQueryVariant
sourceimpl FromStr for PgLQueryVariant
impl FromStr for PgLQueryVariant
type Err = PgLQueryParseError
type Err = PgLQueryParseError
The associated error which can be returned from parsing.
sourcefn from_str(
s: &str
) -> Result<PgLQueryVariant, <PgLQueryVariant as FromStr>::Err>
fn from_str(
s: &str
) -> Result<PgLQueryVariant, <PgLQueryVariant as FromStr>::Err>
Parses a string s
to return a value of this type. Read more
sourceimpl PartialEq<PgLQueryVariant> for PgLQueryVariant
impl PartialEq<PgLQueryVariant> for PgLQueryVariant
sourcefn eq(&self, other: &PgLQueryVariant) -> bool
fn eq(&self, other: &PgLQueryVariant) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &PgLQueryVariant) -> bool
fn ne(&self, other: &PgLQueryVariant) -> bool
This method tests for !=
.
impl StructuralPartialEq for PgLQueryVariant
Auto Trait Implementations
impl RefUnwindSafe for PgLQueryVariant
impl Send for PgLQueryVariant
impl Sync for PgLQueryVariant
impl Unpin for PgLQueryVariant
impl UnwindSafe for PgLQueryVariant
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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