Struct async_ssh2_lite::agent::AsyncAgent
source · 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>where
S: AsyncSessionStream + Send + Sync + 'static,
impl<S> AsyncAgent<S>where S: AsyncSessionStream + Send + Sync + 'static,
Auto Trait Implementations§
impl<S> !RefUnwindSafe for AsyncAgent<S>
impl<S> Send for AsyncAgent<S>where S: Send + Sync,
impl<S> Sync for AsyncAgent<S>where S: Send + Sync,
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