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