pub struct TreeVisualizationCodec;Expand description
Display codec that preserves tree structure.
Trait Implementations§
Source§impl Clone for TreeVisualizationCodec
impl Clone for TreeVisualizationCodec
Source§fn clone(&self) -> TreeVisualizationCodec
fn clone(&self) -> TreeVisualizationCodec
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TreeVisualizationCodec
Source§impl Debug for TreeVisualizationCodec
impl Debug for TreeVisualizationCodec
Source§impl Default for TreeVisualizationCodec
impl Default for TreeVisualizationCodec
Source§fn default() -> TreeVisualizationCodec
fn default() -> TreeVisualizationCodec
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TreeVisualizationCodec
impl RefUnwindSafe for TreeVisualizationCodec
impl Send for TreeVisualizationCodec
impl Sync for TreeVisualizationCodec
impl Unpin for TreeVisualizationCodec
impl UnsafeUnpin for TreeVisualizationCodec
impl UnwindSafe for TreeVisualizationCodec
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