pub enum HookGlobalRoot {
Session,
Window,
}Expand description
The global root used by a hook inventory query.
Variants§
Session
Session-scoped hooks stored at the global session root.
Window
Window- and pane-scoped hooks stored at the global window root.
Trait Implementations§
Source§impl Clone for HookGlobalRoot
impl Clone for HookGlobalRoot
Source§fn clone(&self) -> HookGlobalRoot
fn clone(&self) -> HookGlobalRoot
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for HookGlobalRoot
Source§impl Debug for HookGlobalRoot
impl Debug for HookGlobalRoot
impl Eq for HookGlobalRoot
Source§impl PartialEq for HookGlobalRoot
impl PartialEq for HookGlobalRoot
impl StructuralPartialEq for HookGlobalRoot
Auto Trait Implementations§
impl Freeze for HookGlobalRoot
impl RefUnwindSafe for HookGlobalRoot
impl Send for HookGlobalRoot
impl Sync for HookGlobalRoot
impl Unpin for HookGlobalRoot
impl UnsafeUnpin for HookGlobalRoot
impl UnwindSafe for HookGlobalRoot
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