Struct objc2_core_data::NSEntityMappingType
source · #[repr(transparent)]pub struct NSEntityMappingType(pub NSUInteger);Available on crate feature
NSEntityMapping only.Tuple Fields§
§0: NSUIntegerImplementations§
source§impl NSEntityMappingType
impl NSEntityMappingType
pub const NSUndefinedEntityMappingType: Self = _
pub const NSCustomEntityMappingType: Self = _
pub const NSAddEntityMappingType: Self = _
pub const NSRemoveEntityMappingType: Self = _
pub const NSCopyEntityMappingType: Self = _
pub const NSTransformEntityMappingType: Self = _
Trait Implementations§
source§impl Clone for NSEntityMappingType
impl Clone for NSEntityMappingType
source§fn clone(&self) -> NSEntityMappingType
fn clone(&self) -> NSEntityMappingType
Returns a copy 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 NSEntityMappingType
impl Debug for NSEntityMappingType
source§impl Encode for NSEntityMappingType
impl Encode for NSEntityMappingType
source§impl Hash for NSEntityMappingType
impl Hash for NSEntityMappingType
source§impl Ord for NSEntityMappingType
impl Ord for NSEntityMappingType
source§fn cmp(&self, other: &NSEntityMappingType) -> Ordering
fn cmp(&self, other: &NSEntityMappingType) -> 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 NSEntityMappingType
impl PartialEq for NSEntityMappingType
source§fn eq(&self, other: &NSEntityMappingType) -> bool
fn eq(&self, other: &NSEntityMappingType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for NSEntityMappingType
impl PartialOrd for NSEntityMappingType
source§fn partial_cmp(&self, other: &NSEntityMappingType) -> Option<Ordering>
fn partial_cmp(&self, other: &NSEntityMappingType) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl RefEncode for NSEntityMappingType
impl RefEncode for NSEntityMappingType
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 NSEntityMappingType
impl Eq for NSEntityMappingType
impl StructuralPartialEq for NSEntityMappingType
Auto Trait Implementations§
impl Freeze for NSEntityMappingType
impl RefUnwindSafe for NSEntityMappingType
impl Send for NSEntityMappingType
impl Sync for NSEntityMappingType
impl Unpin for NSEntityMappingType
impl UnwindSafe for NSEntityMappingType
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> 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.