pub enum ScheduleBackend {
Launchd,
SystemdUser,
}Variants§
Trait Implementations§
Source§impl Clone for ScheduleBackend
impl Clone for ScheduleBackend
Source§fn clone(&self) -> ScheduleBackend
fn clone(&self) -> ScheduleBackend
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 ScheduleBackend
impl Debug for ScheduleBackend
Source§impl<'de> Deserialize<'de> for ScheduleBackend
impl<'de> Deserialize<'de> for ScheduleBackend
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ScheduleBackend
impl PartialEq for ScheduleBackend
Source§fn eq(&self, other: &ScheduleBackend) -> bool
fn eq(&self, other: &ScheduleBackend) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ScheduleBackend
impl Serialize for ScheduleBackend
impl Copy for ScheduleBackend
impl Eq for ScheduleBackend
impl StructuralPartialEq for ScheduleBackend
Auto Trait Implementations§
impl Freeze for ScheduleBackend
impl RefUnwindSafe for ScheduleBackend
impl Send for ScheduleBackend
impl Sync for ScheduleBackend
impl Unpin for ScheduleBackend
impl UnsafeUnpin for ScheduleBackend
impl UnwindSafe for ScheduleBackend
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