pub struct StringToNum<'a> {
pub string: String_<'a>,
}
Fields§
§string: String_<'a>
Trait Implementations§
Source§impl<'a> Graph<'a> for StringToNum<'a>
impl<'a> Graph<'a> for StringToNum<'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> NumberAlt<'a> for StringToNum<'a>
Auto Trait Implementations§
impl<'a> Freeze for StringToNum<'a>
impl<'a> !RefUnwindSafe for StringToNum<'a>
impl<'a> !Send for StringToNum<'a>
impl<'a> !Sync for StringToNum<'a>
impl<'a> Unpin for StringToNum<'a>
impl<'a> !UnwindSafe for StringToNum<'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