pub struct CeremonyChildSpec { /* private fields */ }Implementations§
Source§impl CeremonyChildSpec
impl CeremonyChildSpec
pub fn new( ceremony: CeremonyName, version: CeremonyVersion, inputs: BTreeMap<InputName, ContextKey>, ) -> Self
pub fn ceremony(&self) -> &CeremonyName
pub fn version(&self) -> &CeremonyVersion
pub fn inputs(&self) -> &BTreeMap<InputName, ContextKey>
Trait Implementations§
Source§impl Clone for CeremonyChildSpec
impl Clone for CeremonyChildSpec
Source§impl Debug for CeremonyChildSpec
impl Debug for CeremonyChildSpec
Source§impl<'de> Deserialize<'de> for CeremonyChildSpec
impl<'de> Deserialize<'de> for CeremonyChildSpec
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 CeremonyChildSpec
Source§impl PartialEq for CeremonyChildSpec
impl PartialEq for CeremonyChildSpec
Source§impl Serialize for CeremonyChildSpec
impl Serialize for CeremonyChildSpec
impl StructuralPartialEq for CeremonyChildSpec
Auto Trait Implementations§
impl Freeze for CeremonyChildSpec
impl RefUnwindSafe for CeremonyChildSpec
impl Send for CeremonyChildSpec
impl Sync for CeremonyChildSpec
impl Unpin for CeremonyChildSpec
impl UnsafeUnpin for CeremonyChildSpec
impl UnwindSafe for CeremonyChildSpec
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