pub struct GuestEmulationLogResolver;
Expand description
Resource resolver for GuestEmulationLogHandle
.
Trait Implementations§
Source§impl ResolveResource<VmbusDeviceHandleKind, GuestEmulationLogHandle> for GuestEmulationLogResolver
impl ResolveResource<VmbusDeviceHandleKind, GuestEmulationLogHandle> for GuestEmulationLogResolver
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: GuestEmulationLogHandle,
input: ResolveVmbusDeviceHandleParams<'_>,
) -> Result<Self::Output, Self::Error>
fn resolve( &self, _resource: GuestEmulationLogHandle, input: ResolveVmbusDeviceHandleParams<'_>, ) -> Result<Self::Output, Self::Error>
Resolves the resource.
Auto Trait Implementations§
impl Freeze for GuestEmulationLogResolver
impl RefUnwindSafe for GuestEmulationLogResolver
impl Send for GuestEmulationLogResolver
impl Sync for GuestEmulationLogResolver
impl Unpin for GuestEmulationLogResolver
impl UnwindSafe for GuestEmulationLogResolver
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