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