pub struct RemoteFileSystemProvider { /* private fields */ }Expand description
Remote file system provider implementation for tree generation
Implementations§
Source§impl RemoteFileSystemProvider
impl RemoteFileSystemProvider
pub fn new(connection: Arc<RemoteConnection>) -> Self
Trait Implementations§
Source§impl FileSystemProvider for RemoteFileSystemProvider
impl FileSystemProvider for RemoteFileSystemProvider
Auto Trait Implementations§
impl Freeze for RemoteFileSystemProvider
impl !RefUnwindSafe for RemoteFileSystemProvider
impl Send for RemoteFileSystemProvider
impl Sync for RemoteFileSystemProvider
impl Unpin for RemoteFileSystemProvider
impl !UnwindSafe for RemoteFileSystemProvider
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