Struct ttf_parser::svg::SvgDocumentsList
source · [−]pub struct SvgDocumentsList<'a> { /* private fields */ }
Expand description
A list of SVG documents.
Implementations
Trait Implementations
sourceimpl<'a> Clone for SvgDocumentsList<'a>
impl<'a> Clone for SvgDocumentsList<'a>
sourcefn clone(&self) -> SvgDocumentsList<'a>
fn clone(&self) -> SvgDocumentsList<'a>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for SvgDocumentsList<'_>
impl Debug for SvgDocumentsList<'_>
sourceimpl<'a> IntoIterator for SvgDocumentsList<'a>
impl<'a> IntoIterator for SvgDocumentsList<'a>
impl<'a> Copy for SvgDocumentsList<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for SvgDocumentsList<'a>
impl<'a> Send for SvgDocumentsList<'a>
impl<'a> Sync for SvgDocumentsList<'a>
impl<'a> Unpin for SvgDocumentsList<'a>
impl<'a> UnwindSafe for SvgDocumentsList<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more