#[repr(transparent)]pub struct NSExpressionType(pub NSUInteger);
Available on crate feature
NSExpression
only.Expand description
Tuple Fields§
§0: NSUInteger
Implementations§
Source§impl NSExpressionType
impl NSExpressionType
pub const ConstantValueExpressionType: Self
pub const EvaluatedObjectExpressionType: Self
pub const VariableExpressionType: Self
pub const KeyPathExpressionType: Self
pub const FunctionExpressionType: Self
pub const UnionSetExpressionType: Self
pub const IntersectSetExpressionType: Self
pub const MinusSetExpressionType: Self
pub const SubqueryExpressionType: Self
pub const AggregateExpressionType: Self
pub const AnyKeyExpressionType: Self
pub const BlockExpressionType: Self
pub const ConditionalExpressionType: Self
Trait Implementations§
Source§impl Clone for NSExpressionType
impl Clone for NSExpressionType
Source§fn clone(&self) -> NSExpressionType
fn clone(&self) -> NSExpressionType
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 NSExpressionType
impl Debug for NSExpressionType
Source§impl Encode for NSExpressionType
impl Encode for NSExpressionType
Source§impl Hash for NSExpressionType
impl Hash for NSExpressionType
Source§impl Ord for NSExpressionType
impl Ord for NSExpressionType
Source§fn cmp(&self, other: &NSExpressionType) -> Ordering
fn cmp(&self, other: &NSExpressionType) -> 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 NSExpressionType
impl PartialEq for NSExpressionType
Source§impl PartialOrd for NSExpressionType
impl PartialOrd for NSExpressionType
Source§impl RefEncode for NSExpressionType
impl RefEncode for NSExpressionType
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 NSExpressionType
impl Eq for NSExpressionType
impl StructuralPartialEq for NSExpressionType
Auto Trait Implementations§
impl Freeze for NSExpressionType
impl RefUnwindSafe for NSExpressionType
impl Send for NSExpressionType
impl Sync for NSExpressionType
impl Unpin for NSExpressionType
impl UnwindSafe for NSExpressionType
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.