pub struct SELECTORS { /* private fields */ }Trait Implementations§
Source§impl Deref for SELECTORS
impl Deref for SELECTORS
Source§type Target = CachedSelectors
type Target = CachedSelectors
The resulting type after dereferencing.
Source§fn deref(&self) -> &CachedSelectors
fn deref(&self) -> &CachedSelectors
Dereferences the value.
impl LazyStatic for SELECTORS
Auto Trait Implementations§
impl Freeze for SELECTORS
impl RefUnwindSafe for SELECTORS
impl Send for SELECTORS
impl Sync for SELECTORS
impl Unpin for SELECTORS
impl UnwindSafe for SELECTORS
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