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