pub struct StartEffectStagingFacts {
pub claim_established: bool,
pub has_shared_target_dir: bool,
}Expand description
Caller-supplied facts for pure start-effect staging gates.
Fields§
§claim_established: boolWhether TargetDirClaimKind was established by create-target-dir.
Whether a shared-target redirect dir was supplied for this start.
Trait Implementations§
Source§impl Clone for StartEffectStagingFacts
impl Clone for StartEffectStagingFacts
Source§fn clone(&self) -> StartEffectStagingFacts
fn clone(&self) -> StartEffectStagingFacts
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 moreimpl Copy for StartEffectStagingFacts
Source§impl Debug for StartEffectStagingFacts
impl Debug for StartEffectStagingFacts
impl Eq for StartEffectStagingFacts
Source§impl PartialEq for StartEffectStagingFacts
impl PartialEq for StartEffectStagingFacts
impl StructuralPartialEq for StartEffectStagingFacts
Auto Trait Implementations§
impl Freeze for StartEffectStagingFacts
impl RefUnwindSafe for StartEffectStagingFacts
impl Send for StartEffectStagingFacts
impl Sync for StartEffectStagingFacts
impl Unpin for StartEffectStagingFacts
impl UnsafeUnpin for StartEffectStagingFacts
impl UnwindSafe for StartEffectStagingFacts
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