#[repr(transparent)]pub struct INBillType(pub NSInteger);
👎Deprecated: INBillType is deprecated. There is no replacement.
Available on crate feature
INBillType
only.Expand description
Tuple Fields§
§0: NSInteger
👎Deprecated: INBillType is deprecated. There is no replacement.
Implementations§
Source§impl INBillType
impl INBillType
pub const Unknown: Self
👎Deprecated: INBillType is deprecated. There is no replacement.
pub const AutoInsurance: Self
👎Deprecated: INBillType is deprecated. There is no replacement.
pub const Cable: Self
👎Deprecated: INBillType is deprecated. There is no replacement.
pub const CarLease: Self
👎Deprecated: INBillType is deprecated. There is no replacement.
pub const CarLoan: Self
👎Deprecated: INBillType is deprecated. There is no replacement.
pub const CreditCard: Self
👎Deprecated: INBillType is deprecated. There is no replacement.
pub const Electricity: Self
👎Deprecated: INBillType is deprecated. There is no replacement.
pub const Gas: Self
👎Deprecated: INBillType is deprecated. There is no replacement.
pub const GarbageAndRecycling: Self
👎Deprecated: INBillType is deprecated. There is no replacement.
pub const HealthInsurance: Self
👎Deprecated: INBillType is deprecated. There is no replacement.
pub const HomeInsurance: Self
👎Deprecated: INBillType is deprecated. There is no replacement.
pub const Internet: Self
👎Deprecated: INBillType is deprecated. There is no replacement.
pub const LifeInsurance: Self
👎Deprecated: INBillType is deprecated. There is no replacement.
pub const Mortgage: Self
👎Deprecated: INBillType is deprecated. There is no replacement.
pub const MusicStreaming: Self
👎Deprecated: INBillType is deprecated. There is no replacement.
pub const Phone: Self
👎Deprecated: INBillType is deprecated. There is no replacement.
pub const Rent: Self
👎Deprecated: INBillType is deprecated. There is no replacement.
pub const Sewer: Self
👎Deprecated: INBillType is deprecated. There is no replacement.
pub const StudentLoan: Self
👎Deprecated: INBillType is deprecated. There is no replacement.
pub const TrafficTicket: Self
👎Deprecated: INBillType is deprecated. There is no replacement.
pub const Tuition: Self
👎Deprecated: INBillType is deprecated. There is no replacement.
pub const Utilities: Self
👎Deprecated: INBillType is deprecated. There is no replacement.
pub const Water: Self
👎Deprecated: INBillType is deprecated. There is no replacement.
Trait Implementations§
Source§impl Clone for INBillType
impl Clone for INBillType
Source§fn clone(&self) -> INBillType
fn clone(&self) -> INBillType
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 INBillType
impl Debug for INBillType
Source§impl Encode for INBillType
impl Encode for INBillType
Source§impl Hash for INBillType
impl Hash for INBillType
Source§impl Ord for INBillType
impl Ord for INBillType
Source§fn cmp(&self, other: &INBillType) -> Ordering
fn cmp(&self, other: &INBillType) -> 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 INBillType
impl PartialEq for INBillType
Source§impl PartialOrd for INBillType
impl PartialOrd for INBillType
Source§impl RefEncode for INBillType
impl RefEncode for INBillType
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 INBillType
impl Eq for INBillType
impl StructuralPartialEq for INBillType
Auto Trait Implementations§
impl Freeze for INBillType
impl RefUnwindSafe for INBillType
impl Send for INBillType
impl Sync for INBillType
impl Unpin for INBillType
impl UnwindSafe for INBillType
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.