pub struct FileSystemClient { /* private fields */ }Expand description
Client for FileSystem domain commands.
Implementations§
Source§impl FileSystemClient
impl FileSystemClient
pub async fn get_directory( &self, params: GetDirectoryParams, session_id: Option<&str>, ) -> Result<GetDirectoryReturns, CdpError>
Auto Trait Implementations§
impl Freeze for FileSystemClient
impl !RefUnwindSafe for FileSystemClient
impl Send for FileSystemClient
impl Sync for FileSystemClient
impl Unpin for FileSystemClient
impl UnsafeUnpin for FileSystemClient
impl !UnwindSafe for FileSystemClient
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