pub struct CachedSel { /* private fields */ }Expand description
Helper type for caching selectors.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for CachedSel
impl RefUnwindSafe for CachedSel
impl Send for CachedSel
impl Sync for CachedSel
impl Unpin for CachedSel
impl UnwindSafe for CachedSel
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