pub struct PciClient<T> { /* private fields */ }Implementations§
Source§impl<T> PciClient<T>where
T: HttpClient,
impl<T> PciClient<T>where
T: HttpClient,
Sourcepub fn get(
&self,
parameters: GetParameters,
) -> Result<Vec<GetResponseItem>, T::Error>
pub fn get( &self, parameters: GetParameters, ) -> Result<Vec<GetResponseItem>, T::Error>
List local PCI devices.
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for PciClient<T>where
T: Freeze,
impl<T> RefUnwindSafe for PciClient<T>where
T: RefUnwindSafe,
impl<T> Send for PciClient<T>where
T: Send,
impl<T> Sync for PciClient<T>where
T: Sync,
impl<T> Unpin for PciClient<T>where
T: Unpin,
impl<T> UnwindSafe for PciClient<T>where
T: UnwindSafe,
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