#[repr(transparent)]pub struct CSIndexErrorCode(pub NSInteger);Available on crate feature
CSSearchableIndex only.Expand description
Tuple Fields§
§0: NSIntegerImplementations§
Source§impl CSIndexErrorCode
impl CSIndexErrorCode
pub const UnknownError: Self
pub const InvalidItemError: Self
pub const InvalidClientStateError: Self
pub const RemoteConnectionError: Self
pub const QuotaExceeded: Self
pub const IndexingUnsupported: Self
pub const MismatchedClientState: Self
Trait Implementations§
Source§impl Clone for CSIndexErrorCode
impl Clone for CSIndexErrorCode
Source§fn clone(&self) -> CSIndexErrorCode
fn clone(&self) -> CSIndexErrorCode
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 CSIndexErrorCode
impl Debug for CSIndexErrorCode
Source§impl Encode for CSIndexErrorCode
impl Encode for CSIndexErrorCode
Source§impl Hash for CSIndexErrorCode
impl Hash for CSIndexErrorCode
Source§impl Ord for CSIndexErrorCode
impl Ord for CSIndexErrorCode
Source§fn cmp(&self, other: &CSIndexErrorCode) -> Ordering
fn cmp(&self, other: &CSIndexErrorCode) -> 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 CSIndexErrorCode
impl PartialEq for CSIndexErrorCode
Source§impl PartialOrd for CSIndexErrorCode
impl PartialOrd for CSIndexErrorCode
Source§impl RefEncode for CSIndexErrorCode
impl RefEncode for CSIndexErrorCode
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 CSIndexErrorCode
impl Eq for CSIndexErrorCode
impl StructuralPartialEq for CSIndexErrorCode
Auto Trait Implementations§
impl Freeze for CSIndexErrorCode
impl RefUnwindSafe for CSIndexErrorCode
impl Send for CSIndexErrorCode
impl Sync for CSIndexErrorCode
impl Unpin for CSIndexErrorCode
impl UnwindSafe for CSIndexErrorCode
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.