pub struct LibsQuery {
pub needed_libraries: Vec<LibraryName>,
pub kind: LibraryType,
pub search_behavior: SearchBehavior,
}Fields§
§needed_libraries: Vec<LibraryName>§kind: LibraryType§search_behavior: SearchBehaviorImplementations§
Source§impl LibsQuery
impl LibsQuery
pub async fn find_libs( self, prefix: &Prefix, ) -> Result<LibCollection, PrefixTraversalError>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LibsQuery
impl RefUnwindSafe for LibsQuery
impl Send for LibsQuery
impl Sync for LibsQuery
impl Unpin for LibsQuery
impl UnwindSafe for LibsQuery
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