pub struct SpawnOutcome {
pub branch: BranchInstance,
pub record_path: Utf8PathBuf,
pub created_source_branch: bool,
pub trackers: Vec<TrackerBindOutcome>,
pub resources: Vec<ResourceBindOutcome>,
}Fields§
§branch: BranchInstance§record_path: Utf8PathBuf§created_source_branch: boolFalse when the instance attached to a pre-existing source branch.
trackers: Vec<TrackerBindOutcome>§resources: Vec<ResourceBindOutcome>Trait Implementations§
Source§impl Clone for SpawnOutcome
impl Clone for SpawnOutcome
Source§fn clone(&self) -> SpawnOutcome
fn clone(&self) -> SpawnOutcome
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SpawnOutcome
impl Debug for SpawnOutcome
impl Eq for SpawnOutcome
Source§impl PartialEq for SpawnOutcome
impl PartialEq for SpawnOutcome
impl StructuralPartialEq for SpawnOutcome
Auto Trait Implementations§
impl Freeze for SpawnOutcome
impl RefUnwindSafe for SpawnOutcome
impl Send for SpawnOutcome
impl Sync for SpawnOutcome
impl Unpin for SpawnOutcome
impl UnsafeUnpin for SpawnOutcome
impl UnwindSafe for SpawnOutcome
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