pub struct SvgFillAttr<'src> {
pub color: &'src str,
pub rule: &'static str,
pub opacity: f32,
}Fields§
§color: &'src str§rule: &'static str§opacity: f32Implementations§
Trait Implementations§
Source§impl<'src> Clone for SvgFillAttr<'src>
impl<'src> Clone for SvgFillAttr<'src>
Source§fn clone(&self) -> SvgFillAttr<'src>
fn clone(&self) -> SvgFillAttr<'src>
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<'src> Debug for SvgFillAttr<'src>
impl<'src> Debug for SvgFillAttr<'src>
Source§impl<'src> Default for SvgFillAttr<'src>
impl<'src> Default for SvgFillAttr<'src>
Source§impl<'src> PartialEq for SvgFillAttr<'src>
impl<'src> PartialEq for SvgFillAttr<'src>
impl<'src> StructuralPartialEq for SvgFillAttr<'src>
Auto Trait Implementations§
impl<'src> Freeze for SvgFillAttr<'src>
impl<'src> RefUnwindSafe for SvgFillAttr<'src>
impl<'src> Send for SvgFillAttr<'src>
impl<'src> Sync for SvgFillAttr<'src>
impl<'src> Unpin for SvgFillAttr<'src>
impl<'src> UnsafeUnpin for SvgFillAttr<'src>
impl<'src> UnwindSafe for SvgFillAttr<'src>
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