pub struct CeremonyParticipantBinding { /* private fields */ }Expand description
Who sits in a role’s seat for one working session.
A definition says what a role does; it does not say who plays it. Left alone, that is settled by the step’s own configuration, the same way for every session the ceremony ever runs. A binding is how one session says otherwise: this review is being done by the panel that knows this system, not by whoever the document names in general.
What is bound is a specialty, because a specialty is what the engine already resolves a council from. Seating a different panel is choosing a different council, so binding a specialty says exactly that and nothing is invented alongside the machinery that already decides who deliberates.
Implementations§
Trait Implementations§
Source§impl Clone for CeremonyParticipantBinding
impl Clone for CeremonyParticipantBinding
Source§fn clone(&self) -> CeremonyParticipantBinding
fn clone(&self) -> CeremonyParticipantBinding
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 CeremonyParticipantBinding
impl Debug for CeremonyParticipantBinding
Source§impl<'de> Deserialize<'de> for CeremonyParticipantBinding
impl<'de> Deserialize<'de> for CeremonyParticipantBinding
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 CeremonyParticipantBinding
impl StructuralPartialEq for CeremonyParticipantBinding
Auto Trait Implementations§
impl Freeze for CeremonyParticipantBinding
impl RefUnwindSafe for CeremonyParticipantBinding
impl Send for CeremonyParticipantBinding
impl Sync for CeremonyParticipantBinding
impl Unpin for CeremonyParticipantBinding
impl UnsafeUnpin for CeremonyParticipantBinding
impl UnwindSafe for CeremonyParticipantBinding
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