pub struct SshCore<B, A, H, S>{ /* private fields */ }Implementations§
Source§impl<B, A, H, S> SshCore<B, A, H, S>
impl<B, A, H, S> SshCore<B, A, H, S>
Sourcepub fn state(&self) -> ConnectionState
pub fn state(&self) -> ConnectionState
Implements state.
Sourcepub fn sessions_mut(&mut self) -> &mut S
pub fn sessions_mut(&mut self) -> &mut S
Implements sessions mut.
Sourcepub fn ingest_packet(&mut self, packet: &[u8]) -> Result<Vec<CoreDirective>>
pub fn ingest_packet(&mut self, packet: &[u8]) -> Result<Vec<CoreDirective>>
Implements ingest packet.
Auto Trait Implementations§
impl<B, A, H, S> Freeze for SshCore<B, A, H, S>
impl<B, A, H, S> RefUnwindSafe for SshCore<B, A, H, S>
impl<B, A, H, S> Send for SshCore<B, A, H, S>
impl<B, A, H, S> Sync for SshCore<B, A, H, S>
impl<B, A, H, S> Unpin for SshCore<B, A, H, S>
impl<B, A, H, S> UnsafeUnpin for SshCore<B, A, H, S>
impl<B, A, H, S> UnwindSafe for SshCore<B, A, H, 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