pub struct AsyncAgent<S> { /* private fields */ }
Implementations§
Source§impl<S> AsyncAgent<S>where
S: AsRawFd + 'static,
impl<S> AsyncAgent<S>where
S: AsRawFd + 'static,
Source§impl<S> AsyncAgent<S>
impl<S> AsyncAgent<S>
Source§impl<S> AsyncAgent<S>
impl<S> AsyncAgent<S>
Auto Trait Implementations§
impl<S> Freeze for AsyncAgent<S>
impl<S> !RefUnwindSafe for AsyncAgent<S>
impl<S> Send for AsyncAgent<S>
impl<S> Sync for AsyncAgent<S>
impl<S> Unpin for AsyncAgent<S>
impl<S> !UnwindSafe for AsyncAgent<S>
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