#[repr(transparent)]pub struct NSDeleteRule(pub NSUInteger);
Available on crate feature
NSRelationshipDescription
only.Expand description
Tuple Fields§
§0: NSUInteger
Implementations§
Source§impl NSDeleteRule
impl NSDeleteRule
pub const NoActionDeleteRule: Self
pub const NullifyDeleteRule: Self
pub const CascadeDeleteRule: Self
pub const DenyDeleteRule: Self
Trait Implementations§
Source§impl Clone for NSDeleteRule
impl Clone for NSDeleteRule
Source§fn clone(&self) -> NSDeleteRule
fn clone(&self) -> NSDeleteRule
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 NSDeleteRule
impl Debug for NSDeleteRule
Source§impl Encode for NSDeleteRule
impl Encode for NSDeleteRule
Source§impl Hash for NSDeleteRule
impl Hash for NSDeleteRule
Source§impl Ord for NSDeleteRule
impl Ord for NSDeleteRule
Source§fn cmp(&self, other: &NSDeleteRule) -> Ordering
fn cmp(&self, other: &NSDeleteRule) -> 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 NSDeleteRule
impl PartialEq for NSDeleteRule
Source§impl PartialOrd for NSDeleteRule
impl PartialOrd for NSDeleteRule
Source§impl RefEncode for NSDeleteRule
impl RefEncode for NSDeleteRule
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 NSDeleteRule
impl Eq for NSDeleteRule
impl StructuralPartialEq for NSDeleteRule
Auto Trait Implementations§
impl Freeze for NSDeleteRule
impl RefUnwindSafe for NSDeleteRule
impl Send for NSDeleteRule
impl Sync for NSDeleteRule
impl Unpin for NSDeleteRule
impl UnwindSafe for NSDeleteRule
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.