pub struct SvgDocument {
pub source: String,
}Fields§
§source: StringImplementations§
Trait Implementations§
Source§impl Clone for SvgDocument
impl Clone for SvgDocument
Source§fn clone(&self) -> SvgDocument
fn clone(&self) -> SvgDocument
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SvgDocument
impl Debug for SvgDocument
Source§impl Default for SvgDocument
impl Default for SvgDocument
Source§fn default() -> SvgDocument
fn default() -> SvgDocument
Returns the “default value” for a type. Read more
Source§impl PartialEq for SvgDocument
impl PartialEq for SvgDocument
Source§fn eq(&self, other: &SvgDocument) -> bool
fn eq(&self, other: &SvgDocument) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for SvgDocument
impl StructuralPartialEq for SvgDocument
Auto Trait Implementations§
impl Freeze for SvgDocument
impl RefUnwindSafe for SvgDocument
impl Send for SvgDocument
impl Sync for SvgDocument
impl Unpin for SvgDocument
impl UnsafeUnpin for SvgDocument
impl UnwindSafe for SvgDocument
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