#[repr(transparent)]pub struct _XCTAssertionType(pub NSUInteger);Expand description
Tuple Fields§
§0: NSUIntegerImplementations§
Source§impl _XCTAssertionType
impl _XCTAssertionType
pub const Fail: Self
pub const Nil: Self
pub const NotNil: Self
pub const EqualObjects: Self
pub const NotEqualObjects: Self
pub const Equal: Self
pub const NotEqual: Self
pub const EqualWithAccuracy: Self
pub const NotEqualWithAccuracy: Self
pub const GreaterThan: Self
pub const GreaterThanOrEqual: Self
pub const LessThan: Self
pub const LessThanOrEqual: Self
pub const True: Self
pub const False: Self
pub const Throws: Self
pub const ThrowsSpecific: Self
pub const ThrowsSpecificNamed: Self
pub const NoThrow: Self
pub const NoThrowSpecific: Self
pub const NoThrowSpecificNamed: Self
pub const Unwrap: Self
pub const Identical: Self
pub const NotIdentical: Self
Trait Implementations§
Source§impl Clone for _XCTAssertionType
impl Clone for _XCTAssertionType
Source§fn clone(&self) -> _XCTAssertionType
fn clone(&self) -> _XCTAssertionType
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 _XCTAssertionType
impl Debug for _XCTAssertionType
Source§impl Encode for _XCTAssertionType
impl Encode for _XCTAssertionType
Source§impl Hash for _XCTAssertionType
impl Hash for _XCTAssertionType
Source§impl Ord for _XCTAssertionType
impl Ord for _XCTAssertionType
Source§fn cmp(&self, other: &_XCTAssertionType) -> Ordering
fn cmp(&self, other: &_XCTAssertionType) -> 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 _XCTAssertionType
impl PartialEq for _XCTAssertionType
Source§impl PartialOrd for _XCTAssertionType
impl PartialOrd for _XCTAssertionType
Source§impl RefEncode for _XCTAssertionType
impl RefEncode for _XCTAssertionType
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 _XCTAssertionType
impl Eq for _XCTAssertionType
impl StructuralPartialEq for _XCTAssertionType
Auto Trait Implementations§
impl Freeze for _XCTAssertionType
impl RefUnwindSafe for _XCTAssertionType
impl Send for _XCTAssertionType
impl Sync for _XCTAssertionType
impl Unpin for _XCTAssertionType
impl UnwindSafe for _XCTAssertionType
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.