pub struct RKRSelectionResult;Expand description
Opaque handle for a cached selection evaluation result.
Auto Trait Implementations§
impl Freeze for RKRSelectionResult
impl RefUnwindSafe for RKRSelectionResult
impl Send for RKRSelectionResult
impl Sync for RKRSelectionResult
impl Unpin for RKRSelectionResult
impl UnsafeUnpin for RKRSelectionResult
impl UnwindSafe for RKRSelectionResult
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