diff options
Diffstat (limited to 'src/sftp.rs')
-rw-r--r-- | src/sftp.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sftp.rs b/src/sftp.rs index 2fd7240..07251f0 100644 --- a/src/sftp.rs +++ b/src/sftp.rs @@ -31,7 +31,7 @@ pub struct File<'sftp> { /// Metadata information about a remote file. /// /// Fields are not necessarily all provided -#[derive(Debug)] +#[derive(Debug, Clone, Eq, PartialEq)] #[allow(missing_copy_implementations)] pub struct FileStat { /// File size, in bytes of the file. |