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