pub enum SshCoreError {
InvalidPacket,
InvalidState,
AuthDenied,
Backend,
BufferTooSmall,
Unsupported,
}Variants§
Trait Implementations§
Source§impl Clone for SshCoreError
impl Clone for SshCoreError
Source§fn clone(&self) -> SshCoreError
fn clone(&self) -> SshCoreError
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SshCoreError
impl Debug for SshCoreError
Source§impl PartialEq for SshCoreError
impl PartialEq for SshCoreError
impl Copy for SshCoreError
impl Eq for SshCoreError
impl StructuralPartialEq for SshCoreError
Auto Trait Implementations§
impl Freeze for SshCoreError
impl RefUnwindSafe for SshCoreError
impl Send for SshCoreError
impl Sync for SshCoreError
impl Unpin for SshCoreError
impl UnsafeUnpin for SshCoreError
impl UnwindSafe for SshCoreError
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