pub struct ChildGroupState { /* private fields */ }Implementations§
Source§impl ChildGroupState
impl ChildGroupState
pub fn new(plan: ChildSpawnPlan) -> Self
pub fn plan(&self) -> &ChildSpawnPlan
pub fn adopted_claim_fence(&self) -> &StepClaimFence
pub fn completions(&self) -> &BTreeMap<CeremonyId, ChildCompletionRef>
Trait Implementations§
Source§impl Clone for ChildGroupState
impl Clone for ChildGroupState
Source§impl Debug for ChildGroupState
impl Debug for ChildGroupState
Source§impl<'de> Deserialize<'de> for ChildGroupState
impl<'de> Deserialize<'de> for ChildGroupState
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ChildGroupState
Source§impl PartialEq for ChildGroupState
impl PartialEq for ChildGroupState
Source§impl Serialize for ChildGroupState
impl Serialize for ChildGroupState
impl StructuralPartialEq for ChildGroupState
Auto Trait Implementations§
impl Freeze for ChildGroupState
impl RefUnwindSafe for ChildGroupState
impl Send for ChildGroupState
impl Sync for ChildGroupState
impl Unpin for ChildGroupState
impl UnsafeUnpin for ChildGroupState
impl UnwindSafe for ChildGroupState
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