pub struct ResolvedWatchdogPlatform(/* private fields */);Expand description
An owned watchdog platform capability consumed at resolve-time.
Implementations§
Source§impl ResolvedWatchdogPlatform
impl ResolvedWatchdogPlatform
pub fn into_inner(self) -> Box<dyn WatchdogPlatform>
Trait Implementations§
Source§impl CanResolveTo<ResolvedWatchdogPlatform> for WatchdogPlatformHandleKind
impl CanResolveTo<ResolvedWatchdogPlatform> for WatchdogPlatformHandleKind
Auto Trait Implementations§
impl Freeze for ResolvedWatchdogPlatform
impl !RefUnwindSafe for ResolvedWatchdogPlatform
impl Send for ResolvedWatchdogPlatform
impl !Sync for ResolvedWatchdogPlatform
impl Unpin for ResolvedWatchdogPlatform
impl UnsafeUnpin for ResolvedWatchdogPlatform
impl !UnwindSafe for ResolvedWatchdogPlatform
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