pub struct ElmInlineLinkProps {
pub text: String,
pub href: String,
pub favicon: Option<String>,
}
Fields§
§text: String
§href: String
§favicon: Option<String>
Trait Implementations§
Source§impl Clone for ElmInlineLinkProps
impl Clone for ElmInlineLinkProps
Source§fn clone(&self) -> ElmInlineLinkProps
fn clone(&self) -> ElmInlineLinkProps
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 ElmInlineLinkProps
impl RefUnwindSafe for ElmInlineLinkProps
impl Send for ElmInlineLinkProps
impl Sync for ElmInlineLinkProps
impl Unpin for ElmInlineLinkProps
impl UnwindSafe for ElmInlineLinkProps
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