pub struct OpenFileSystemPluginRequest<'a, Context> {
pub vm_id: &'a str,
pub guest_path: &'a str,
pub read_only: bool,
pub config: &'a Value,
pub context: &'a Context,
}Fields§
§vm_id: &'a str§guest_path: &'a str§read_only: bool§config: &'a Value§context: &'a ContextTrait Implementations§
Auto Trait Implementations§
impl<'a, Context> Freeze for OpenFileSystemPluginRequest<'a, Context>
impl<'a, Context> RefUnwindSafe for OpenFileSystemPluginRequest<'a, Context>where
Context: RefUnwindSafe,
impl<'a, Context> Send for OpenFileSystemPluginRequest<'a, Context>where
Context: Sync,
impl<'a, Context> Sync for OpenFileSystemPluginRequest<'a, Context>where
Context: Sync,
impl<'a, Context> Unpin for OpenFileSystemPluginRequest<'a, Context>
impl<'a, Context> UnsafeUnpin for OpenFileSystemPluginRequest<'a, Context>
impl<'a, Context> UnwindSafe for OpenFileSystemPluginRequest<'a, Context>where
Context: RefUnwindSafe,
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