pub struct GuestCrashChannel { /* private fields */ }
Expand description
The internal guest crash channel.
Trait Implementations§
Source§impl InspectMut for GuestCrashChannel
impl InspectMut for GuestCrashChannel
Source§fn inspect_mut(&mut self, req: Request<'_>)
fn inspect_mut(&mut self, req: Request<'_>)
Inspects the object.
Auto Trait Implementations§
impl Freeze for GuestCrashChannel
impl !RefUnwindSafe for GuestCrashChannel
impl Send for GuestCrashChannel
impl Sync for GuestCrashChannel
impl Unpin for GuestCrashChannel
impl !UnwindSafe for GuestCrashChannel
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