pub enum ScpError {
Io(Error),
Ssh(Error),
Other(String),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ScpError
impl !RefUnwindSafe for ScpError
impl Send for ScpError
impl Sync for ScpError
impl Unpin for ScpError
impl !UnwindSafe for ScpError
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