Enum ext_php_rs::types::PropertyQuery
source · #[repr(u32)]
pub enum PropertyQuery {
Isset,
NotEmpty,
Exists,
}
Expand description
Different ways to query if a property exists.
Variants§
Trait Implementations§
source§impl Clone for PropertyQuery
impl Clone for PropertyQuery
source§fn clone(&self) -> PropertyQuery
fn clone(&self) -> PropertyQuery
Returns a copy 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 Ord for PropertyQuery
impl Ord for PropertyQuery
source§fn cmp(&self, other: &PropertyQuery) -> Ordering
fn cmp(&self, other: &PropertyQuery) -> 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 PartialEq<PropertyQuery> for PropertyQuery
impl PartialEq<PropertyQuery> for PropertyQuery
source§fn eq(&self, other: &PropertyQuery) -> bool
fn eq(&self, other: &PropertyQuery) -> bool
source§impl PartialOrd<PropertyQuery> for PropertyQuery
impl PartialOrd<PropertyQuery> for PropertyQuery
source§fn partial_cmp(&self, other: &PropertyQuery) -> Option<Ordering>
fn partial_cmp(&self, other: &PropertyQuery) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
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 more