pub enum SshPacketType {
Invalid = 0,
PtyResize = 1,
Data = 2,
User = 3,
}Variants§
Implementations§
Trait Implementations§
Source§impl Debug for SshPacketType
impl Debug for SshPacketType
Source§impl PartialEq for SshPacketType
impl PartialEq for SshPacketType
Source§fn eq(&self, other: &SshPacketType) -> bool
fn eq(&self, other: &SshPacketType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SshPacketType
Auto Trait Implementations§
impl Freeze for SshPacketType
impl RefUnwindSafe for SshPacketType
impl Send for SshPacketType
impl Sync for SshPacketType
impl Unpin for SshPacketType
impl UnsafeUnpin for SshPacketType
impl UnwindSafe for SshPacketType
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