pub struct StringTreeIndent { /* private fields */ }
Implementations§
Source§impl StringTreeIndent
impl StringTreeIndent
pub fn next(&self) -> StringTreeIndent
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StringTreeIndent
impl RefUnwindSafe for StringTreeIndent
impl Send for StringTreeIndent
impl Sync for StringTreeIndent
impl Unpin for StringTreeIndent
impl UnwindSafe for StringTreeIndent
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