pub enum ServiceTypes {
Regular,
Night,
}
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ServiceTypes
impl RefUnwindSafe for ServiceTypes
impl Send for ServiceTypes
impl Sync for ServiceTypes
impl Unpin for ServiceTypes
impl UnwindSafe for ServiceTypes
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