pub struct EthtoolFeatureGetRequest { /* private fields */ }Implementations§
Source§impl EthtoolFeatureGetRequest
impl EthtoolFeatureGetRequest
pub async fn execute( self, ) -> impl TryStream<Ok = GenlMessage<EthtoolMessage>, Error = EthtoolError>
Auto Trait Implementations§
impl Freeze for EthtoolFeatureGetRequest
impl !RefUnwindSafe for EthtoolFeatureGetRequest
impl Send for EthtoolFeatureGetRequest
impl Sync for EthtoolFeatureGetRequest
impl Unpin for EthtoolFeatureGetRequest
impl !UnwindSafe for EthtoolFeatureGetRequest
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