From 00adc098dede09607f6d9b113a115fadb47a2daf Mon Sep 17 00:00:00 2001 From: derekdreery Date: Mon, 4 Apr 2016 11:26:02 +0100 Subject: Allow debug print of FileStat --- src/sftp.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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. -- cgit v1.2.3