pub struct ElmInlineIcon {
pub id: String,
pub props: ElmInlineIconProps,
}Fields§
§id: String§props: ElmInlineIconPropsTrait Implementations§
Source§impl Clone for ElmInlineIcon
impl Clone for ElmInlineIcon
Source§fn clone(&self) -> ElmInlineIcon
fn clone(&self) -> ElmInlineIcon
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 moreAuto Trait Implementations§
impl Freeze for ElmInlineIcon
impl RefUnwindSafe for ElmInlineIcon
impl Send for ElmInlineIcon
impl Sync for ElmInlineIcon
impl Unpin for ElmInlineIcon
impl UnwindSafe for ElmInlineIcon
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