pub enum DisEnableUnitFilesOutput {
Enable(EnableUnitFilesReturn),
Disable(Vec<DisEnAbleUnitFiles>),
}Variants§
Enable(EnableUnitFilesReturn)
Disable(Vec<DisEnAbleUnitFiles>)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DisEnableUnitFilesOutput
impl RefUnwindSafe for DisEnableUnitFilesOutput
impl Send for DisEnableUnitFilesOutput
impl Sync for DisEnableUnitFilesOutput
impl Unpin for DisEnableUnitFilesOutput
impl UnwindSafe for DisEnableUnitFilesOutput
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more