pub enum Subscription {
Show 31 variants
All,
Report,
Monitor,
Desktop,
Node,
MonitorAdd,
MonitorRename,
MonitorSwap,
MonitorFocus,
MonitorGeometry,
DesktopAdd,
DesktopRename,
DesktopRemove,
DesktopSwap,
DesktopTransfer,
DesktopFocus,
DesktopActivate,
DesktopLayout,
NodeAdd,
NodeRemove,
NodeSwap,
NodeTransfer,
NodeFocus,
NodeActivate,
NodePresel,
NodeStack,
NodeGeometry,
NodeState,
NodeFlag,
NodeLayer,
PointerAction,
}Variants§
All
Report
Monitor
Desktop
Node
MonitorAdd
MonitorRename
MonitorSwap
MonitorFocus
MonitorGeometry
DesktopAdd
DesktopRename
DesktopRemove
DesktopSwap
DesktopTransfer
DesktopFocus
DesktopActivate
DesktopLayout
NodeAdd
NodeRemove
NodeSwap
NodeTransfer
NodeFocus
NodeActivate
NodePresel
NodeStack
NodeGeometry
NodeState
NodeFlag
NodeLayer
PointerAction
Trait Implementations§
Source§impl Debug for Subscription
impl Debug for Subscription
Auto Trait Implementations§
impl Freeze for Subscription
impl RefUnwindSafe for Subscription
impl Send for Subscription
impl Sync for Subscription
impl Unpin for Subscription
impl UnwindSafe for Subscription
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