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