Struct patternfly_yew::LoginMainHeaderProps
source · Fields§
§title: VChild<Title>§description: StringTrait Implementations§
source§impl Clone for LoginMainHeaderProps
impl Clone for LoginMainHeaderProps
source§fn clone(&self) -> LoginMainHeaderProps
fn clone(&self) -> LoginMainHeaderProps
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§impl Debug for LoginMainHeaderProps
impl Debug for LoginMainHeaderProps
source§impl PartialEq<LoginMainHeaderProps> for LoginMainHeaderProps
impl PartialEq<LoginMainHeaderProps> for LoginMainHeaderProps
source§fn eq(&self, other: &LoginMainHeaderProps) -> bool
fn eq(&self, other: &LoginMainHeaderProps) -> bool
source§impl Properties for LoginMainHeaderProps
impl Properties for LoginMainHeaderProps
impl StructuralPartialEq for LoginMainHeaderProps
Auto Trait Implementations§
impl !RefUnwindSafe for LoginMainHeaderProps
impl !Send for LoginMainHeaderProps
impl !Sync for LoginMainHeaderProps
impl Unpin for LoginMainHeaderProps
impl !UnwindSafe for LoginMainHeaderProps
Blanket Implementations§
source§impl<T> Instrument for T
impl<T> Instrument for T
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§impl<T> IntoPropValue<Option<T>> for T
impl<T> IntoPropValue<Option<T>> for T
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§impl<T> IntoPropValue<T> for T
impl<T> IntoPropValue<T> for T
source§fn into_prop_value(self) -> T
fn into_prop_value(self) -> T
Convert
self to a value of a Properties struct.