pub struct SvgDocumentsList<'a> { /* private fields */ }
Expand description
A list of SVG documents.
Implementations§
Source§impl<'a> SvgDocumentsList<'a>
impl<'a> SvgDocumentsList<'a>
Trait Implementations§
Source§impl<'a> Clone for SvgDocumentsList<'a>
impl<'a> Clone for SvgDocumentsList<'a>
Source§fn clone(&self) -> SvgDocumentsList<'a>
fn clone(&self) -> SvgDocumentsList<'a>
Returns a copy 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 Debug for SvgDocumentsList<'_>
impl Debug for SvgDocumentsList<'_>
Source§impl<'a> IntoIterator for SvgDocumentsList<'a>
impl<'a> IntoIterator for SvgDocumentsList<'a>
impl<'a> Copy for SvgDocumentsList<'a>
Auto Trait Implementations§
impl<'a> Freeze for SvgDocumentsList<'a>
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§
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