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