pub struct SftpDir { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Sync for SftpDir
impl Freeze for SftpDir
impl RefUnwindSafe for SftpDir
impl Unpin for SftpDir
impl UnsafeUnpin for SftpDir
impl UnwindSafe for SftpDir
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