pub struct SvgPathInterpretation<T>{ /* private fields */ }Implementations§
Trait Implementations§
Source§impl<T> Clone for SvgPathInterpretation<T>
impl<T> Clone for SvgPathInterpretation<T>
Source§fn clone(&self) -> SvgPathInterpretation<T>
fn clone(&self) -> SvgPathInterpretation<T>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<T> Debug for SvgPathInterpretation<T>
impl<T> Debug for SvgPathInterpretation<T>
Source§impl<T> Default for SvgPathInterpretation<T>
impl<T> Default for SvgPathInterpretation<T>
Source§impl<T> Interpretation for SvgPathInterpretation<T>
impl<T> Interpretation for SvgPathInterpretation<T>
type Item = Svg
Source§fn system() -> Result<System>
fn system() -> Result<System>
Returns a default system that can handle symbols that this Interpretation
understands. Read more
fn interpret<S: SymbolStore>( &self, tokens: &S, string: &ProductionString, ) -> Result<Self::Item>
Source§fn run_settings(&self) -> RunSettings
fn run_settings(&self) -> RunSettings
Returns default run settings for this interpretation. Read more
fn default_interpret<S: SymbolStore>( symbols: &S, string: &ProductionString, ) -> Result<Self::Item>
Auto Trait Implementations§
impl<T> Freeze for SvgPathInterpretation<T>where
T: Freeze,
impl<T> RefUnwindSafe for SvgPathInterpretation<T>where
T: RefUnwindSafe,
impl<T> Send for SvgPathInterpretation<T>
impl<T> Sync for SvgPathInterpretation<T>
impl<T> Unpin for SvgPathInterpretation<T>where
T: Unpin,
impl<T> UnwindSafe for SvgPathInterpretation<T>where
T: UnwindSafe,
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