pub struct SvgAttribute {
pub name: String,
pub value: String,
}Fields§
§name: String§value: StringImplementations§
Source§impl SvgAttribute
impl SvgAttribute
Trait Implementations§
Source§impl Clone for SvgAttribute
impl Clone for SvgAttribute
Source§fn clone(&self) -> SvgAttribute
fn clone(&self) -> SvgAttribute
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 SvgAttribute
impl Debug for SvgAttribute
Source§impl PartialEq for SvgAttribute
impl PartialEq for SvgAttribute
Source§fn eq(&self, other: &SvgAttribute) -> bool
fn eq(&self, other: &SvgAttribute) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for SvgAttribute
impl StructuralPartialEq for SvgAttribute
Auto Trait Implementations§
impl Freeze for SvgAttribute
impl RefUnwindSafe for SvgAttribute
impl Send for SvgAttribute
impl Sync for SvgAttribute
impl Unpin for SvgAttribute
impl UnsafeUnpin for SvgAttribute
impl UnwindSafe for SvgAttribute
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