pub struct Fallible {}Expand description
Marker type indicating that VM I/O operations may fail (e.g., user-space access).
Trait Implementations§
Source§impl<'a> FallibleVmRead<Fallible> for VmReader<'a, Infallible>
impl<'a> FallibleVmRead<Fallible> for VmReader<'a, Infallible>
Source§impl<'a> FallibleVmWrite<Fallible> for VmWriter<'a, Infallible>
impl<'a> FallibleVmWrite<Fallible> for VmWriter<'a, Infallible>
Auto Trait Implementations§
impl Freeze for Fallible
impl RefUnwindSafe for Fallible
impl Send for Fallible
impl Sync for Fallible
impl Unpin for Fallible
impl UnsafeUnpin for Fallible
impl UnwindSafe for Fallible
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