pub struct BranchBuilder { /* private fields */ }Expand description
A branchSnapshot mutation being assembled — see Client::branch.
Unlike the run_* builders this has no NetOpts: a branch inherits the
snapshot’s own port forwards unless told otherwise, and the guest’s network
identity comes from the snapshot, not from the caller.
Implementations§
Source§impl BranchBuilder
impl BranchBuilder
Auto Trait Implementations§
impl Freeze for BranchBuilder
impl RefUnwindSafe for BranchBuilder
impl Send for BranchBuilder
impl Sync for BranchBuilder
impl Unpin for BranchBuilder
impl UnsafeUnpin for BranchBuilder
impl UnwindSafe for BranchBuilder
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