#[repr(u64)]pub enum NSCompoundPredicateType {
Not = 0,
And = 1,
Or = 2,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NSCompoundPredicateType
impl RefUnwindSafe for NSCompoundPredicateType
impl Send for NSCompoundPredicateType
impl Sync for NSCompoundPredicateType
impl Unpin for NSCompoundPredicateType
impl UnwindSafe for NSCompoundPredicateType
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