#[repr(transparent)]pub struct SRDeletionReason(pub NSInteger);Expand description
Tuple Fields§
§0: NSIntegerImplementations§
Source§impl SRDeletionReason
impl SRDeletionReason
Sourcepub const UserInitiated: Self
pub const UserInitiated: Self
The user initiated deletion
Sourcepub const LowDiskSpace: Self
pub const LowDiskSpace: Self
Samples were removed due to low disk conditions
Sourcepub const AgeLimit: Self
pub const AgeLimit: Self
Samples were removed because they were recorded beyond our retention limit
Sourcepub const NoInterestedClients: Self
pub const NoInterestedClients: Self
Samples were removed because there are no longer any interested clients
Sourcepub const SystemInitiated: Self
pub const SystemInitiated: Self
Samples were removed because the system was in an invalid state
Trait Implementations§
Source§impl Clone for SRDeletionReason
impl Clone for SRDeletionReason
Source§fn clone(&self) -> SRDeletionReason
fn clone(&self) -> SRDeletionReason
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 SRDeletionReason
impl Debug for SRDeletionReason
Source§impl Encode for SRDeletionReason
impl Encode for SRDeletionReason
Source§impl Hash for SRDeletionReason
impl Hash for SRDeletionReason
Source§impl Ord for SRDeletionReason
impl Ord for SRDeletionReason
Source§fn cmp(&self, other: &SRDeletionReason) -> Ordering
fn cmp(&self, other: &SRDeletionReason) -> 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 SRDeletionReason
impl PartialEq for SRDeletionReason
Source§impl PartialOrd for SRDeletionReason
impl PartialOrd for SRDeletionReason
Source§impl RefEncode for SRDeletionReason
impl RefEncode for SRDeletionReason
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 SRDeletionReason
impl Eq for SRDeletionReason
impl StructuralPartialEq for SRDeletionReason
Auto Trait Implementations§
impl Freeze for SRDeletionReason
impl RefUnwindSafe for SRDeletionReason
impl Send for SRDeletionReason
impl Sync for SRDeletionReason
impl Unpin for SRDeletionReason
impl UnwindSafe for SRDeletionReason
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.