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