summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sftp.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sftp.rs b/src/sftp.rs
index 95326ee..919975b 100644
--- a/src/sftp.rs
+++ b/src/sftp.rs
@@ -31,6 +31,7 @@ pub struct File<'sftp> {
/// Metadata information about a remote file.
///
/// Fields are not necessarily all provided
+#[derive(debug)]
#[allow(missing_copy_implementations)]
pub struct FileStat {
/// File size, in bytes of the file.