pub enum ReportDesktopState {
Free,
Occupied,
Urgent,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReportDesktopState
impl RefUnwindSafe for ReportDesktopState
impl Send for ReportDesktopState
impl Sync for ReportDesktopState
impl Unpin for ReportDesktopState
impl UnwindSafe for ReportDesktopState
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