#[repr(u64)]pub enum NSExpressionType {
Show 13 variants
ConstantValue = 0,
EvaluatedObject = 1,
Variable = 2,
KeyPath = 3,
Function = 4,
UnionSet = 5,
IntersectSet = 6,
MinusSet = 7,
Subquery = 13,
NSAggregate = 14,
AnyKey = 15,
Block = 19,
Conditional = 20,
}Variants§
ConstantValue = 0
EvaluatedObject = 1
Variable = 2
KeyPath = 3
Function = 4
UnionSet = 5
IntersectSet = 6
MinusSet = 7
Subquery = 13
NSAggregate = 14
AnyKey = 15
Block = 19
Conditional = 20
Trait Implementations§
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