pub enum OSLogStoreCategory {
Undefined,
Metadata,
ShortTerm,
LongTermAuto,
LongTerm1,
LongTerm3,
LongTerm7,
LongTerm14,
LongTerm30,
}Expand description
OSLogEntry.StoreCategory.
Variants§
Trait Implementations§
Source§impl Clone for OSLogStoreCategory
impl Clone for OSLogStoreCategory
Source§fn clone(&self) -> OSLogStoreCategory
fn clone(&self) -> OSLogStoreCategory
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 OSLogStoreCategory
impl Debug for OSLogStoreCategory
Source§impl Hash for OSLogStoreCategory
impl Hash for OSLogStoreCategory
Source§impl PartialEq for OSLogStoreCategory
impl PartialEq for OSLogStoreCategory
Source§fn eq(&self, other: &OSLogStoreCategory) -> bool
fn eq(&self, other: &OSLogStoreCategory) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for OSLogStoreCategory
impl Eq for OSLogStoreCategory
impl StructuralPartialEq for OSLogStoreCategory
Auto Trait Implementations§
impl Freeze for OSLogStoreCategory
impl RefUnwindSafe for OSLogStoreCategory
impl Send for OSLogStoreCategory
impl Sync for OSLogStoreCategory
impl Unpin for OSLogStoreCategory
impl UnsafeUnpin for OSLogStoreCategory
impl UnwindSafe for OSLogStoreCategory
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