pub enum QueryScope {
AllSessions,
CurrentSession,
CurrentWindow,
}Variants§
Trait Implementations§
Source§impl Clone for QueryScope
impl Clone for QueryScope
Source§fn clone(&self) -> QueryScope
fn clone(&self) -> QueryScope
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for QueryScope
impl Debug for QueryScope
impl Copy for QueryScope
Auto Trait Implementations§
impl Freeze for QueryScope
impl RefUnwindSafe for QueryScope
impl Send for QueryScope
impl Sync for QueryScope
impl Unpin for QueryScope
impl UnwindSafe for QueryScope
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