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 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