#[repr(transparent)]pub struct NSPredicateOperatorType(pub NSUInteger);
Available on crate feature
NSComparisonPredicate
only.Expand description
Tuple Fields§
§0: NSUInteger
Implementations§
Source§impl NSPredicateOperatorType
impl NSPredicateOperatorType
pub const LessThanPredicateOperatorType: Self
pub const LessThanOrEqualToPredicateOperatorType: Self
pub const GreaterThanPredicateOperatorType: Self
pub const GreaterThanOrEqualToPredicateOperatorType: Self
pub const EqualToPredicateOperatorType: Self
pub const NotEqualToPredicateOperatorType: Self
pub const MatchesPredicateOperatorType: Self
pub const LikePredicateOperatorType: Self
pub const BeginsWithPredicateOperatorType: Self
pub const EndsWithPredicateOperatorType: Self
pub const InPredicateOperatorType: Self
pub const CustomSelectorPredicateOperatorType: Self
pub const ContainsPredicateOperatorType: Self
pub const BetweenPredicateOperatorType: Self
Trait Implementations§
Source§impl Clone for NSPredicateOperatorType
impl Clone for NSPredicateOperatorType
Source§fn clone(&self) -> NSPredicateOperatorType
fn clone(&self) -> NSPredicateOperatorType
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 Debug for NSPredicateOperatorType
impl Debug for NSPredicateOperatorType
Source§impl Encode for NSPredicateOperatorType
impl Encode for NSPredicateOperatorType
Source§impl Hash for NSPredicateOperatorType
impl Hash for NSPredicateOperatorType
Source§impl Ord for NSPredicateOperatorType
impl Ord for NSPredicateOperatorType
Source§fn cmp(&self, other: &NSPredicateOperatorType) -> Ordering
fn cmp(&self, other: &NSPredicateOperatorType) -> 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 for NSPredicateOperatorType
impl PartialEq for NSPredicateOperatorType
Source§impl PartialOrd for NSPredicateOperatorType
impl PartialOrd for NSPredicateOperatorType
Source§impl RefEncode for NSPredicateOperatorType
impl RefEncode for NSPredicateOperatorType
Source§const ENCODING_REF: Encoding
const ENCODING_REF: Encoding
The Objective-C type-encoding for a reference of this type. Read more
impl Copy for NSPredicateOperatorType
impl Eq for NSPredicateOperatorType
impl StructuralPartialEq for NSPredicateOperatorType
Auto Trait Implementations§
impl Freeze for NSPredicateOperatorType
impl RefUnwindSafe for NSPredicateOperatorType
impl Send for NSPredicateOperatorType
impl Sync for NSPredicateOperatorType
impl Unpin for NSPredicateOperatorType
impl UnwindSafe for NSPredicateOperatorType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> EncodeArgument for Twhere
T: Encode,
impl<T> EncodeArgument for Twhere
T: Encode,
Source§const ENCODING_ARGUMENT: Encoding = T::ENCODING
const ENCODING_ARGUMENT: Encoding = T::ENCODING
The Objective-C type-encoding for this type.
Source§impl<T> EncodeReturn for Twhere
T: Encode,
impl<T> EncodeReturn for Twhere
T: Encode,
Source§const ENCODING_RETURN: Encoding = T::ENCODING
const ENCODING_RETURN: Encoding = T::ENCODING
The Objective-C type-encoding for this type.