pub enum ObsContextReturn {
Done(ObsContext),
Restart,
}
Variants§
Done(ObsContext)
The OBS context is ready to use
Restart
The application must be restarted to apply OBS updates
Auto Trait Implementations§
impl Freeze for ObsContextReturn
impl !RefUnwindSafe for ObsContextReturn
impl Send for ObsContextReturn
impl Sync for ObsContextReturn
impl Unpin for ObsContextReturn
impl !UnwindSafe for ObsContextReturn
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