pub struct SearchedNotFound { /* private fields */ }Auto Trait Implementations§
impl Freeze for SearchedNotFound
impl RefUnwindSafe for SearchedNotFound
impl Send for SearchedNotFound
impl Sync for SearchedNotFound
impl Unpin for SearchedNotFound
impl UnwindSafe for SearchedNotFound
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