pub struct ReadWithFd { /* private fields */ }Trait Implementations§
Source§impl AsyncReadWithFd for ReadWithFd
impl AsyncReadWithFd for ReadWithFd
Auto Trait Implementations§
impl Freeze for ReadWithFd
impl RefUnwindSafe for ReadWithFd
impl !Send for ReadWithFd
impl !Sync for ReadWithFd
impl Unpin for ReadWithFd
impl UnwindSafe for ReadWithFd
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