pub struct FormatNodeIndefinite<'a>(/* private fields */);
Expand description
Format a node in indefinite form.
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for FormatNodeIndefinite<'a>
impl<'a> !RefUnwindSafe for FormatNodeIndefinite<'a>
impl<'a> !Send for FormatNodeIndefinite<'a>
impl<'a> !Sync for FormatNodeIndefinite<'a>
impl<'a> Unpin for FormatNodeIndefinite<'a>
impl<'a> !UnwindSafe for FormatNodeIndefinite<'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