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