Struct ExPropagateCall
pub struct ExPropagateCall<'ex> { /* private fields */ }Expand description
Default-param extender for Node::propagate_call_ex.
Implementations§
§impl<'ex> ExPropagateCall<'ex>
impl<'ex> ExPropagateCall<'ex>
pub fn args(self, args: &'ex AnyArray) -> ExPropagateCall<'ex>
pub fn parent_first(self, parent_first: bool) -> ExPropagateCall<'ex>
pub fn done(self)
Auto Trait Implementations§
impl<'ex> !Freeze for ExPropagateCall<'ex>
impl<'ex> !RefUnwindSafe for ExPropagateCall<'ex>
impl<'ex> !Send for ExPropagateCall<'ex>
impl<'ex> !Sync for ExPropagateCall<'ex>
impl<'ex> Unpin for ExPropagateCall<'ex>
impl<'ex> !UnwindSafe for ExPropagateCall<'ex>
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