Struct fixture::vhost_user::VhostUserBackend
source · pub struct VhostUserBackend {
name: String,
process: Option<Child>,
}
Fields§
§name: String
§process: Option<Child>
Implementations§
Trait Implementations§
source§impl Default for VhostUserBackend
impl Default for VhostUserBackend
source§fn default() -> VhostUserBackend
fn default() -> VhostUserBackend
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for VhostUserBackend
impl Send for VhostUserBackend
impl Sync for VhostUserBackend
impl Unpin for VhostUserBackend
impl UnwindSafe for VhostUserBackend
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