Enum service_manager::ServiceLevel
source · [−]pub enum ServiceLevel {
System,
User,
}Expand description
Represents whether a service is system-wide or user-level
Variants
System
User
Trait Implementations
sourceimpl Clone for ServiceLevel
impl Clone for ServiceLevel
sourcefn clone(&self) -> ServiceLevel
fn clone(&self) -> ServiceLevel
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ServiceLevel
impl Debug for ServiceLevel
sourceimpl Hash for ServiceLevel
impl Hash for ServiceLevel
sourceimpl PartialEq<ServiceLevel> for ServiceLevel
impl PartialEq<ServiceLevel> for ServiceLevel
impl Copy for ServiceLevel
impl Eq for ServiceLevel
impl StructuralEq for ServiceLevel
impl StructuralPartialEq for ServiceLevel
Auto Trait Implementations
impl RefUnwindSafe for ServiceLevel
impl Send for ServiceLevel
impl Sync for ServiceLevel
impl Unpin for ServiceLevel
impl UnwindSafe for ServiceLevel
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more