pub struct LibrarySearch;Expand description
Library search
Auto Trait Implementations§
impl Freeze for LibrarySearch
impl RefUnwindSafe for LibrarySearch
impl Send for LibrarySearch
impl Sync for LibrarySearch
impl Unpin for LibrarySearch
impl UnwindSafe for LibrarySearch
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