pub struct GuestWatchdogState { /* private fields */ }
Trait Implementations§
Source§impl Debug for GuestWatchdogState
impl Debug for GuestWatchdogState
Auto Trait Implementations§
impl Freeze for GuestWatchdogState
impl RefUnwindSafe for GuestWatchdogState
impl Send for GuestWatchdogState
impl Sync for GuestWatchdogState
impl Unpin for GuestWatchdogState
impl UnwindSafe for GuestWatchdogState
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