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