pub struct NumToString<'a> {
pub num: Number<'a>,
}
Fields§
§num: Number<'a>
Trait Implementations§
Source§impl<'a> Graph<'a> for NumToString<'a>
impl<'a> Graph<'a> for NumToString<'a>
Source§fn to_dot_recurse(&self) -> String
fn to_dot_recurse(&self) -> String
Generates arrows for each children and returns the concatenation of the
call to
to_dot
on them. Read moreimpl<'a> StringAlt<'a> for NumToString<'a>
Auto Trait Implementations§
impl<'a> Freeze for NumToString<'a>
impl<'a> !RefUnwindSafe for NumToString<'a>
impl<'a> !Send for NumToString<'a>
impl<'a> !Sync for NumToString<'a>
impl<'a> Unpin for NumToString<'a>
impl<'a> !UnwindSafe for NumToString<'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