pub struct LatexGraphTransition { /* private fields */ }Implementations§
Source§impl LatexGraphTransition
impl LatexGraphTransition
pub fn display_in_line(&self, from: usize) -> String
pub fn display_straight(&self, from: usize) -> String
Auto Trait Implementations§
impl Freeze for LatexGraphTransition
impl RefUnwindSafe for LatexGraphTransition
impl Send for LatexGraphTransition
impl Sync for LatexGraphTransition
impl Unpin for LatexGraphTransition
impl UnwindSafe for LatexGraphTransition
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