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