Struct patternfly_yew::LoginMainFooterLinkProps
source · pub struct LoginMainFooterLinkProps {
pub href: Option<String>,
pub onclick: Option<Callback<MouseEvent>>,
pub label: String,
pub target: String,
pub children: Children,
}Fields§
§href: Option<String>§onclick: Option<Callback<MouseEvent>>§label: String§target: String§children: ChildrenTrait Implementations§
source§fn clone(&self) -> LoginMainFooterLinkProps
fn clone(&self) -> LoginMainFooterLinkProps
Returns a copy 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§fn eq(&self, other: &LoginMainFooterLinkProps) -> bool
fn eq(&self, other: &LoginMainFooterLinkProps) -> bool
Auto Trait Implementations§
Blanket Implementations§
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§fn into_prop_value(self) -> Option<T>
fn into_prop_value(self) -> Option<T>
Convert
self to a value of a Properties struct.source§fn into_prop_value(self) -> T
fn into_prop_value(self) -> T
Convert
self to a value of a Properties struct.