pub struct GuestCrashDeviceResolver;
Expand description
Resource resolver for GuestCrashDeviceHandle
.
Trait Implementations§
Source§impl ResolveResource<VmbusDeviceHandleKind, GuestCrashDeviceHandle> for GuestCrashDeviceResolver
impl ResolveResource<VmbusDeviceHandleKind, GuestCrashDeviceHandle> for GuestCrashDeviceResolver
Source§type Output = ResolvedVmbusDevice
type Output = ResolvedVmbusDevice
The output type for resource resolution.
Source§type Error = Infallible
type Error = Infallible
The error type for
resolve
.Source§fn resolve(
&self,
resource: GuestCrashDeviceHandle,
input: ResolveVmbusDeviceHandleParams<'_>,
) -> Result<Self::Output, Self::Error>
fn resolve( &self, resource: GuestCrashDeviceHandle, input: ResolveVmbusDeviceHandleParams<'_>, ) -> Result<Self::Output, Self::Error>
Resolves the resource.
Auto Trait Implementations§
impl Freeze for GuestCrashDeviceResolver
impl RefUnwindSafe for GuestCrashDeviceResolver
impl Send for GuestCrashDeviceResolver
impl Sync for GuestCrashDeviceResolver
impl Unpin for GuestCrashDeviceResolver
impl UnwindSafe for GuestCrashDeviceResolver
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