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