pub struct TreeWriter { /* private fields */ }Implementations§
Source§impl TreeWriter
impl TreeWriter
pub fn new() -> Self
pub fn one(&mut self, one: usize)
pub fn two(&mut self, one: usize, two: usize)
pub fn three(&mut self, one: usize, two: usize, three: usize)
pub fn four(&mut self, one: usize, two: usize, three: usize, four: usize)
pub fn print(&mut self, index: usize, level: usize, writer: &mut Writer)
pub fn to_sting(&mut self, index: usize, level: usize) -> String
Auto Trait Implementations§
impl Freeze for TreeWriter
impl RefUnwindSafe for TreeWriter
impl Send for TreeWriter
impl Sync for TreeWriter
impl Unpin for TreeWriter
impl UnwindSafe for TreeWriter
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