#[repr(transparent)]pub struct CLSErrorCode(pub NSInteger);
Available on crate feature
CLSDefines
only.Expand description
Tuple Fields§
§0: NSInteger
Implementations§
Source§impl CLSErrorCode
impl CLSErrorCode
pub const None: Self
pub const InvalidArgument: Self
pub const InvalidModification: Self
pub const AuthorizationDenied: Self
pub const DatabaseInaccessible: Self
pub const Limits: Self
pub const InvalidCreate: Self
pub const InvalidUpdate: Self
pub const PartialFailure: Self
pub const InvalidAccountCredentials: Self
Trait Implementations§
Source§impl Clone for CLSErrorCode
impl Clone for CLSErrorCode
Source§fn clone(&self) -> CLSErrorCode
fn clone(&self) -> CLSErrorCode
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 CLSErrorCode
impl Debug for CLSErrorCode
Source§impl Encode for CLSErrorCode
impl Encode for CLSErrorCode
Source§impl Hash for CLSErrorCode
impl Hash for CLSErrorCode
Source§impl Ord for CLSErrorCode
impl Ord for CLSErrorCode
Source§fn cmp(&self, other: &CLSErrorCode) -> Ordering
fn cmp(&self, other: &CLSErrorCode) -> 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 CLSErrorCode
impl PartialEq for CLSErrorCode
Source§impl PartialOrd for CLSErrorCode
impl PartialOrd for CLSErrorCode
Source§impl RefEncode for CLSErrorCode
impl RefEncode for CLSErrorCode
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 CLSErrorCode
impl Eq for CLSErrorCode
impl StructuralPartialEq for CLSErrorCode
Auto Trait Implementations§
impl Freeze for CLSErrorCode
impl RefUnwindSafe for CLSErrorCode
impl Send for CLSErrorCode
impl Sync for CLSErrorCode
impl Unpin for CLSErrorCode
impl UnwindSafe for CLSErrorCode
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.