pub struct ListHardwareInterfaces;
Trait Implementations§
Source§impl Service for ListHardwareInterfaces
impl Service for ListHardwareInterfaces
type Request = ListHardwareInterfacesRequest
type Response = ListHardwareInterfacesResponse
fn request_type_name(&self) -> &str
fn response_type_name(&self) -> &str
Auto Trait Implementations§
impl Freeze for ListHardwareInterfaces
impl RefUnwindSafe for ListHardwareInterfaces
impl Send for ListHardwareInterfaces
impl Sync for ListHardwareInterfaces
impl Unpin for ListHardwareInterfaces
impl UnwindSafe for ListHardwareInterfaces
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