pub struct Icon {
pub view_box: &'static str,
pub class: Option<&'static str>,
pub width: Option<&'static str>,
pub height: Option<&'static str>,
pub stroke: Option<&'static str>,
pub fill: Option<&'static str>,
pub stroke_width: Option<&'static str>,
pub stroke_linecap: Option<&'static str>,
pub stroke_linejoin: Option<&'static str>,
pub nodes: Vec<&'static str>,
}Fields§
§view_box: &'static str§class: Option<&'static str>§width: Option<&'static str>§height: Option<&'static str>§stroke: Option<&'static str>§fill: Option<&'static str>§stroke_width: Option<&'static str>§stroke_linecap: Option<&'static str>§stroke_linejoin: Option<&'static str>§nodes: Vec<&'static str>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Icon
impl RefUnwindSafe for Icon
impl Send for Icon
impl Sync for Icon
impl Unpin for Icon
impl UnwindSafe for Icon
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