pub struct ConditionChildren<H, A> { /* private fields */ }
Expand description
Parameters with a list of nodes that are conditions
Implementations§
Source§impl<H, A> ConditionChildren<H, A>
impl<H, A> ConditionChildren<H, A>
Sourcepub fn parameters(&self) -> &A
pub fn parameters(&self) -> &A
Get the parameters
Sourcepub fn children(&self) -> &[ConditionInstance<H>]
pub fn children(&self) -> &[ConditionInstance<H>]
Get the children nodes
Trait Implementations§
Source§impl<H: 'static, A: Clone> Clone for ConditionChildren<H, A>
impl<H: 'static, A: Clone> Clone for ConditionChildren<H, A>
Source§impl<H, A: Debug> Debug for ConditionChildren<H, A>
impl<H, A: Debug> Debug for ConditionChildren<H, A>
Source§impl<H: 'static, A: ParseArguments<H>> ParseArguments<H> for ConditionChildren<H, A>
impl<H: 'static, A: ParseArguments<H>> ParseArguments<H> for ConditionChildren<H, A>
Auto Trait Implementations§
impl<H, A> Freeze for ConditionChildren<H, A>where
A: Freeze,
impl<H, A> !RefUnwindSafe for ConditionChildren<H, A>
impl<H, A> !Send for ConditionChildren<H, A>
impl<H, A> !Sync for ConditionChildren<H, A>
impl<H, A> Unpin for ConditionChildren<H, A>where
A: Unpin,
impl<H, A> !UnwindSafe for ConditionChildren<H, A>
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