pub struct CeremonyChildSpawn { /* private fields */ }Implementations§
Source§impl CeremonyChildSpawn
impl CeremonyChildSpawn
pub fn new( children: Vec<CeremonyChildSpec>, max_children: MaxChildren, max_depth: MaxChildDepth, ) -> Result<Self, DomainError>
pub fn children(&self) -> &[CeremonyChildSpec]
pub const fn max_children(&self) -> MaxChildren
pub const fn max_depth(&self) -> MaxChildDepth
Trait Implementations§
Source§impl Clone for CeremonyChildSpawn
impl Clone for CeremonyChildSpawn
Source§impl Debug for CeremonyChildSpawn
impl Debug for CeremonyChildSpawn
Source§impl<'de> Deserialize<'de> for CeremonyChildSpawn
impl<'de> Deserialize<'de> for CeremonyChildSpawn
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 CeremonyChildSpawn
Source§impl PartialEq for CeremonyChildSpawn
impl PartialEq for CeremonyChildSpawn
Source§impl Serialize for CeremonyChildSpawn
impl Serialize for CeremonyChildSpawn
impl StructuralPartialEq for CeremonyChildSpawn
Auto Trait Implementations§
impl Freeze for CeremonyChildSpawn
impl RefUnwindSafe for CeremonyChildSpawn
impl Send for CeremonyChildSpawn
impl Sync for CeremonyChildSpawn
impl Unpin for CeremonyChildSpawn
impl UnsafeUnpin for CeremonyChildSpawn
impl UnwindSafe for CeremonyChildSpawn
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