pub enum WatchdogPlatformHandleKind {}Expand description
Resource kind for obtaining a guest-watchdog platform capability.
This is primarily used with [PlatformResource].
Trait Implementations§
Source§impl CanResolveTo<ResolvedWatchdogPlatform> for WatchdogPlatformHandleKind
impl CanResolveTo<ResolvedWatchdogPlatform> for WatchdogPlatformHandleKind
Source§impl ResolveResource<WatchdogPlatformHandleKind, PlatformResource> for StaticWatchdogPlatformResolver
impl ResolveResource<WatchdogPlatformHandleKind, PlatformResource> for StaticWatchdogPlatformResolver
Auto Trait Implementations§
impl Freeze for WatchdogPlatformHandleKind
impl RefUnwindSafe for WatchdogPlatformHandleKind
impl Send for WatchdogPlatformHandleKind
impl Sync for WatchdogPlatformHandleKind
impl Unpin for WatchdogPlatformHandleKind
impl UnsafeUnpin for WatchdogPlatformHandleKind
impl UnwindSafe for WatchdogPlatformHandleKind
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