pub enum OSLogStoreScope {
System,
CurrentProcessIdentifier,
}Expand description
OSLogStore.Scope.
Variants§
Trait Implementations§
Source§impl Clone for OSLogStoreScope
impl Clone for OSLogStoreScope
Source§fn clone(&self) -> OSLogStoreScope
fn clone(&self) -> OSLogStoreScope
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 OSLogStoreScope
impl Debug for OSLogStoreScope
Source§impl Hash for OSLogStoreScope
impl Hash for OSLogStoreScope
Source§impl PartialEq for OSLogStoreScope
impl PartialEq for OSLogStoreScope
Source§fn eq(&self, other: &OSLogStoreScope) -> bool
fn eq(&self, other: &OSLogStoreScope) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for OSLogStoreScope
impl Eq for OSLogStoreScope
impl StructuralPartialEq for OSLogStoreScope
Auto Trait Implementations§
impl Freeze for OSLogStoreScope
impl RefUnwindSafe for OSLogStoreScope
impl Send for OSLogStoreScope
impl Sync for OSLogStoreScope
impl Unpin for OSLogStoreScope
impl UnsafeUnpin for OSLogStoreScope
impl UnwindSafe for OSLogStoreScope
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