#[repr(transparent)]pub struct INDateSearchType(pub NSInteger);
Available on crate feature
INDateSearchType
only.Expand description
Tuple Fields§
§0: NSInteger
Implementations§
Source§impl INDateSearchType
impl INDateSearchType
pub const Unknown: Self
pub const ByDueDate: Self
pub const ByModifiedDate: Self
pub const ByCreatedDate: Self
Trait Implementations§
Source§impl Clone for INDateSearchType
impl Clone for INDateSearchType
Source§fn clone(&self) -> INDateSearchType
fn clone(&self) -> INDateSearchType
Returns a duplicate 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 INDateSearchType
impl Debug for INDateSearchType
Source§impl Encode for INDateSearchType
impl Encode for INDateSearchType
Source§impl Hash for INDateSearchType
impl Hash for INDateSearchType
Source§impl Ord for INDateSearchType
impl Ord for INDateSearchType
Source§fn cmp(&self, other: &INDateSearchType) -> Ordering
fn cmp(&self, other: &INDateSearchType) -> 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 INDateSearchType
impl PartialEq for INDateSearchType
Source§impl PartialOrd for INDateSearchType
impl PartialOrd for INDateSearchType
Source§impl RefEncode for INDateSearchType
impl RefEncode for INDateSearchType
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 INDateSearchType
impl Eq for INDateSearchType
impl StructuralPartialEq for INDateSearchType
Auto Trait Implementations§
impl Freeze for INDateSearchType
impl RefUnwindSafe for INDateSearchType
impl Send for INDateSearchType
impl Sync for INDateSearchType
impl Unpin for INDateSearchType
impl UnwindSafe for INDateSearchType
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.