pub struct TestFixtureBuilder { /* private fields */ }
Implementations§
Source§impl TestFixtureBuilder
impl TestFixtureBuilder
pub fn new(fshost_component_name: &'static str, storage_host: bool) -> Self
pub fn fshost(&mut self) -> &mut FshostBuilder
pub fn with_disk(&mut self) -> &mut DiskBuilder
pub fn with_extra_disk(&mut self) -> &mut DiskBuilder
pub fn with_uninitialized_disk(self) -> Self
pub fn with_disk_from_vmo(self, vmo: Vmo) -> Self
pub fn with_zbi_ramdisk(&mut self) -> &mut DiskBuilder
pub fn netboot(self) -> Self
pub fn no_fuchsia_boot(self) -> Self
pub async fn build(self) -> TestFixture
Auto Trait Implementations§
impl Freeze for TestFixtureBuilder
impl RefUnwindSafe for TestFixtureBuilder
impl Send for TestFixtureBuilder
impl Sync for TestFixtureBuilder
impl Unpin for TestFixtureBuilder
impl UnwindSafe for TestFixtureBuilder
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